Yoko
http://forum.yoko.com.ua/

Check if charstatus = hide
http://forum.yoko.com.ua/viewtopic.php?f=17&t=11184
Page 1 of 1

Author:  psycrow [ 2007-01-17 23:45:31 ]
Post subject:  Check if charstatus = hide

Hello, how can i add a check in my script to see if my character is hidden, something like:

if charstatus = not hidden then
uo.useskill('Stealth')
endif

i need this to put in the main section of my fishing script, to check if my character is really hidden, if not, to useskill stealth :D

Author:  Nmy [ 2007-01-18 00:13:17 ]
Post subject:  Re: Check if charstatus = hide

psycrow wrote:
Hello, how can i add a check in my script to see if my character is hidden, something like:

if charstatus = not hidden then
uo.useskill('Stealth')
endif

i need this to put in the main section of my fishing script, to check if my character is really hidden, if not, to useskill stealth :D


Code:
while not uo.hidden()
uo.useskill('Hiding')
wait(4000)
wend

Author:  psycrow [ 2007-01-18 18:05:57 ]
Post subject: 

thanks alot :D :D :D

i´ll try it on my script for fishing :D :D :D

Page 1 of 1 All times are UTC+02:00
Powered by phpBB® Forum Software © phpBB Limited
https://www.phpbb.com/