One-Button Mount/Dismount by 大向

Description: This script lets you to designate a pet you can then mount/dismount with a single button press.

if varexist mount //cool. else overhead "Select your mount" 34 @setvar! mount endif if mounted hotkey "Dismount" wait 500 else dclick mount if insysmsg 'too far away' overhead "Get closer" 43 endif endif