CenterOnCellAndWait - Debug
Revision as of 13:54, 11 November 2011 by imported>Scornett (Reverted edits by Scornett-Bot (talk) to last revision by Rhavlovick)
Member of: Debug Script
Teleports the player to the specified cell and does not return until they arrive.
Syntax
Function CenterOnCellAndWait(string asCellName) native global
Parameters
- asCellName: The name of the cell to teleport to.
Return Value
None
Examples
; Teleports the player to the awesome town and waits til they get there
Debug.CenterOnCellAndWait("AwesomeCell")