Is it possible to set Injection that it automaticly turns on scripts?
I have "auto healing script"
sub autoheal()
repeat
If UO.STR>UO.Life Then
UO.BandageSelf()
wait(500)
endif
until uo.dead()
end sub
and "auto trapped script"
Sub autotraped()
xenofex:
If UO.InJournal('frozen') Then
wait(50)
uo.msg('.usetraped')
wait(50)
UO.DeleteJournal()
Endif
wait (50)
goto xenofex
endsub
Autoscript loading
Moderators: Murderator+, Murderator
Re: Autoscript loading
xenofex wrote:Is it possible to set Injection that it automaticly turns on scripts?
I have "auto healing script"
sub autoheal()
repeat
If UO.STR>UO.Life Then
UO.BandageSelf()
wait(500)
endif
until uo.dead()
end sub
and "auto trapped script"
Sub autotraped()
xenofex:
If UO.InJournal('frozen') Then
wait(50)
uo.msg('.usetraped')
wait(50)
UO.DeleteJournal()
Endif
wait (50)
goto xenofex
endsub
save the name of the script in the injection folder like this : autoload.scp