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

14 lines
387 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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)