Robot Pawn Not Working

Post topics regarding Level Building/Design and Entity Usage with Reality Factory
Post Reply
Alex
Posts: 11
Joined: Wed Apr 11, 2007 2:27 am
Contact:

Robot Pawn Not Working

Post 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
Please Download Infantry Challenge from my website this is my first game. I am currently working on adding Timer, Scoring System, a Highscoreboard and adding robots.
http://members.shaw.ca/alexshel
User avatar
Juutis
Posts: 1511
Joined: Thu Jan 12, 2006 12:46 pm
Location: Finland

Post 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.
Pain is only psychological.
Alex
Posts: 11
Joined: Wed Apr 11, 2007 2:27 am
Contact:

Post by Alex »

Thanks it worked i typed "spawn" not "Spawn"
Please Download Infantry Challenge from my website this is my first game. I am currently working on adding Timer, Scoring System, a Highscoreboard and adding robots.
http://members.shaw.ca/alexshel
Post Reply