Joust Helper Script by Jaseowns
# Joust Helper Script by Jaseowns
# UO Outlands
### https://youtube.com/live/Y8GtJO0QnVc?feature=share
##########
# Requirements:
# Make some cooldowns that match the overheads
###
say "Thanks for the fun outlands!" 88
while not dead
if cooldown JoustHit
say "Omg you hit me" 88
cooldown JoustHit 0
elseif cooldown JoustMiss
say "You missed bro!" 88
cooldown JoustMiss 0
elseif cooldown JoustShield
say "Oh no, my shield!" 88
cooldown JoustShield 0
elseif cooldown JoustLoss
say "Fuck this game!" 88
cooldown JoustLoss 0
endif
wait 200
endwhile