Code: Select all
sub Anatomy()
var Exit=0
while Exit==0
uo.DeleteJournal()
uo.Waittargetself()
uo.Useskill('Anatomy')
while not (uo.InJournal('looks')or uo.InJournal('You'))
wait(1000)
wend
wend
end sub Code: Select all
[/color]Moderators: Murderator+, Murderator
Code: Select all
sub Anatomy()
var Exit=0
while Exit==0
uo.DeleteJournal()
uo.Waittargetself()
uo.Useskill('Anatomy')
while not (uo.InJournal('looks')or uo.InJournal('You'))
wait(1000)
wend
wend
end sub Code: Select all
[/color]Code: Select all
sub Anatomy()
var Exit=0
while Exit==0
uo.DeleteJournal()
uo.Waittargetself()
uo.Useskill('Anatomy')
while not (uo.InJournal('looks')or uo.InJournal('You'))
wait(1000)
wend
uo.UseSkill('Spirit Speak')
wait(2000)
wend
end sub