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
- Shows up this message Variable undefined - UO.TARGETING
Should I use older ASM version or do something else?
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
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
most of built-in functions must be ended by brackets
YokoInjection CodeSweeper Function not found?
Possession of mathematics at the level of art - a gift that is only available for election.
Sorry for my clumsy English.
Telegram: @tatikom