Need help for a command
Posted: 2009-03-01 11:42:19
Hi everybody,
i need a little bit of help for something.
In this exemple:
repeat
if uo.warmode() == uo.warmode(true) then
uo.warmode(false)
endif
UO.useskill('Meditation')
wait(800)
until HERE
I need a command who will be true on a keypress.
exemple: until key press "space"
i want to use a key to interrupt a loop in my script by pressing a key ingame. Thank you
another script exemple:
While not key press "space"
wait(1000)
wend
i need a little bit of help for something.
In this exemple:
repeat
if uo.warmode() == uo.warmode(true) then
uo.warmode(false)
endif
UO.useskill('Meditation')
wait(800)
until HERE
I need a command who will be true on a keypress.
exemple: until key press "space"
i want to use a key to interrupt a loop in my script by pressing a key ingame. Thank you
another script exemple:
While not key press "space"
wait(1000)
wend