1
0
EQ2Emu/docs/lua_functions/EndAutoMount.md
2025-05-13 22:57:49 -04:00

387 B
Raw Blame History

Function: EndAutoMount(Spawn)

Description: Dismounts a player who was auto-mounted via StartAutoMount. Typically called at the end of an automated travel route or upon leaving the area where auto-mount is enforced.

Parameters:

Spawn: Spawn  The player to dismount.

Returns: None.

Example:

-- Example usage (dismount the player after griffon flight ends) EndAutoMount(Player)