Post
by OldnGrey »
To see if a player is mounted, test for the mount layer on the player ......
25 is the layer on the character that 'holds' the mount.
var mounted := GetEquipmentByLayer(player, 25);
if ( mounted )
// insert lines that run only if player mounted
endif