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

442 B
Raw Blame History

Function: CompleteTransmute(Player)

Description: Finalizes a transmuting action for the player, typically yielding the transmuted components. This would be called after StartTransmute once the process should complete (if not automatic).

Parameters:

Player: Spawn  The player finishing transmuting.

Returns: None.

Example:

-- Example usage (complete the transmuting process after a delay or confirmation) CompleteTransmute(Player)