Hotkeys
Z AmonWiki
Verze z 14. 2. 2010, 17:36; Deacon Frost (diskuse | příspěvky)
bandageself useskill Hiding cast 'Magic Arrow'self cast 'Greater Heal' usetype draw_knife > Object Types > Name draw_knife > New > From Target > Save massmove 500 emptycontainer 500 setreceivingcontainer hide exec KadSvetlo
> Script > Edit current script
sub KadSvetlo()
var type = 0x1843
var color = 0x03C4
if uo.count(type, color) == 0 then
uo.print("Neni Svetlo" + ". Ukoncuji")
return
endIf
uo.deleteJournal()
uo.useType(type, color)
UO.WaitTargetSelf()
end sub
> Save Script
