Page 1 of 1

[HELP] Wait Script

PostPosted: Thu Aug 27, 2015 9:36 am
by rainierroitayam02
Just Scripting with my scene and suddenly i had a problem:
How to create a wait script to debug my script in my scene?

Re: [HELP] Wait Script

PostPosted: Thu Aug 27, 2015 2:29 pm
by Kilinich
For script debug you could use print() command to dump something into console and sim.running=false to stop on this step.