mirror of
https://github.com/emagi/eq2emu
synced 2026-08-12 18:23:04 -04:00
339 B
339 B
Function: AddMultiFloorLift(Spawn)
Description: Makes the Spawn (Required to be Widget) a multi-floor widget like an elevator.
Parameters:
Spawn: Spawn - The Spawn (Widget) to be set to multi-floor.
Returns: None.
Example:
-- Example usage: Spawn becomes a multi-floor lift
AddMultiFloorLift(Spawn)