Yoko http://forum.yoko.com.ua/ |
|
Command uo.targeting() gone! http://forum.yoko.com.ua/viewtopic.php?f=3&t=15338 |
Page 1 of 1 |
Author: | Ever1x [ 2009-12-06 17:21:28 ] |
Post subject: | Command uo.targeting() gone! |
First of all, I installed ASM. Now When I execute this script - Code: Sub my.AddObject( name ) - Shows up this message Variable undefined - UO.TARGETING Should I use older ASM version or do something else? |
Author: | Mirage [ 2009-12-06 18:13:42 ] |
Post subject: | Re: Command uo.targeting() gone! |
Quote: Sub my.AddObject( name )
If uo.Targeting Then ; () uo.Say( chr( 27 ) ) End If If uo.Waiting Then uo.CancelTarget() End If uo.AddObject( name ) While uo.targeting() Wait( 100 ) Wend End Sub Variable undefined - UO.TARGETING UO.TARGETING() |
Author: | CuHTpoH [ 2009-12-07 11:29:43 ] |
Post subject: | Re: Command uo.targeting() gone! |
so you made errors: Code: Sub my.AddObject( name ) most of built-in functions must be ended by brackets |
Author: | Ever1x [ 2009-12-07 15:59:26 ] |
Post subject: | |
I just didn't see! I took this scp from Destruction! |
Author: | Destruction [ 2009-12-07 17:06:54 ] |
Post subject: | |
Yes, i was posted this with error.. Sorry. Now it's fixed. |
Page 1 of 1 | All times are UTC+02:00 |
Powered by phpBB® Forum Software © phpBB Limited https://www.phpbb.com/ |