Yoko

All sides of Injection
It is currently 2025-11-03 22:56:08

All times are UTC+02:00




Post new topic  Reply to topic  [ 1 post ] 
Author Message
PostPosted: 2008-06-24 11:32:48 
Offline

Joined: 2008-06-24 11:27:51
Posts: 2
Code:
sub Traped()
Uo.DeleteJournal()
  REPEAT
      If Uo.InJournal('You are frozen and can not move') Then
         uo.msg('.Usetraped')
         Uo.DeleteJournal()
      Else
         Wait(100)
      EndIf
  Until Uo.Dead()
end sub

sub Stamina()
Uo.DeleteJournal()
  REPEAT
      If Uo.InJournal('You are too fatigued to move') Then
        uo.msg('.drink refresh')
         Uo.DeleteJournal()
      Else
         Wait(100)
      EndIf
  Until Uo.Dead()
end sub


Сами скрипты работают, но частенько крэшат с ошибкой
Unhandled exception in parser.

В чём дело?


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

All times are UTC+02:00


Who is online

Users browsing this forum: Bing [Bot] and 13 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:  
cron
Powered by phpBB® Forum Software © phpBB Limited