Yoko

All sides of Injection
It is currently 2025-10-16 17:57:41

All times are UTC+02:00




Post new topic  Reply to topic  [ 3 posts ] 
Author Message
PostPosted: 2009-09-20 00:57:38 
Offline
User avatar

Joined: 2009-03-06 21:52:25
Posts: 89
Не как не пойму почему не работает. Пишет Function not found UO.ASMINPUTSTRING.
Кординаты в вожу вот так - s = UO.asmInputString("1922 373 0","")

Quote:
#####################################################################
; NeedGo v.1.02 (c) Edred
;
; Запрашивает координаты и отправляет по ним чара (пешком)
;
sub NeedGo()
VAR s, x, y
s = UO.asmInputString("Введите через пробел координаты:","")
If s == '' Then
UO.Print( 'Invalid coordinates!' )
return
Endif
s = s + ' end '
x = GetWord( s, 1 )
y = GetWord( s, 2 )
GoToTile( val(x), val(y), 1, False )
endsub

#####################################################################


Top
   
 Post subject:
PostPosted: 2009-09-20 10:27:48 
Offline

Joined: 2008-12-13 00:00:15
Posts: 174
ASM


Top
   
 Post subject:
PostPosted: 2009-09-20 12:47:50 
Offline
User avatar

Joined: 2009-03-06 21:52:25
Posts: 89
Спасибо! 8) Разобрался всё работает!


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic  [ 3 posts ] 

All times are UTC+02:00


Who is online

Users browsing this forum: No registered users and 2 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB® Forum Software © phpBB Limited