1
0
EQ2Emu/docs/lua_functions/CompleteTransmute.md
2025-05-28 21:48:33 -04:00

471 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)