Page 1 of 1

Sandbox and Avatar

Posted: Fri Oct 12, 2018 9:48 pm
by monty1510
Hey,
Just curious if, when in sandbox mode can you have the avatar running around?

Monty1510

Re: Sandbox and Avatar

Posted: Fri Oct 12, 2018 9:50 pm
by DaveMcW
/c game.player.create_character()

Then to return to god mode:
/c x = game.player.character; game.player.character = nil; x.destroy()

Re: Sandbox and Avatar

Posted: Fri Oct 12, 2018 10:58 pm
by monty1510
Thank you . its nice to see the little guy again :)