Page 1 of 1

Robot Pawn Not Working

Posted: Fri Apr 20, 2007 11:46 pm
by Alex
When I put a pawn in my level and defined the script (robot.s) the robot won't do anything but go idle in the preview

Posted: Sat Apr 21, 2007 10:12 am
by Juutis
You must also define the SpawnOrder, the first order to be executed in the script. In robot.s this is 'Spawn'.
Make sure you type everything correctly in the pawn properties.

If you have already done that, open the script and set 'Console(true);' in the first order and check what the console says when you run the game.

Posted: Sat Apr 21, 2007 8:38 pm
by Alex
Thanks it worked i typed "spawn" not "Spawn"