techteej
Jul 03, 2014 - 17:37
Apparently I can't launch
player_name = console.input_alert('What is your name? ').title()
in a scene already running?
Apparently I can't launch
player_name = console.input_alert('What is your name? ').title()
in a scene already running?
What module? In ui, you need to put it in a function and use @ui.in_background to decorate it. You will need to have the function call something after getting the title.
Not sure about the scene module.
In the scene module.