Togglemount hotkey not working

-SAMCRO-

Expert
Hi my Togglemount hotkey macro has stopped working for some reason. it only lets me dismount but not remount or select a new mount. all my other chars work fine and the hotkey work. its just this one profile that stopped working. Any ideas on how to fix this?
Thanks
 

^_^

Grandmaster
Code:
@setalias 'pet' 0xFFFF // Put your pet serial here
if @findobject 'pet'
if @distance 'pet' <= 1
useobject 'pet'
endif
elseif useobject 'self'
endif
 
Last edited by a moderator:
Top