CenterOnCellAndWait - Debug
Revision as of 09:25, 28 June 2012 by imported>Plplecuyer (→Syntax)
Member of: Debug Script
Teleports the player to the specified cell and does not return until they arrive.
Syntax[edit | edit source]
Function CenterOnCellAndWait(string asCellName) native global debugOnly
Parameters[edit | edit source]
- asCellName: The name of the cell to teleport to.
Return Value[edit | edit source]
None
Examples[edit | edit source]
; Teleports the player to the awesome town and waits til they get there
Debug.CenterOnCellAndWait("AwesomeCell")