SetRestartPoint ()
Changes the game restart point to the current position. This means that
from now on, if the player chooses the Restart Game option, it will return
here.
This function is useful if the default restart point doesn't work properly
in your game - just use this function to move it.
NOTE: The restart point cannot be set while a script is running -- therefore,
when you call this it will actually set the restart point at the next game
loop where there is not a blocking script running in the background.
SeeAlso: RestartGame
|