Hey,
Just curious if, when in sandbox mode can you have the avatar running around?
Monty1510
Sandbox and Avatar
Re: Sandbox and Avatar
/c game.player.create_character()
Then to return to god mode:
/c x = game.player.character; game.player.character = nil; x.destroy()
Then to return to god mode:
/c x = game.player.character; game.player.character = nil; x.destroy()
Re: Sandbox and Avatar
Thank you . its nice to see the little guy again