ShivaGoddess Wrote:I wanna have AI in my MP Lightcycle maps..how can I do this?? |
You can technically put AI players in a multiplayer lightcycle map. They won't count as a part of a team, but players will die if they crash into them.
To put in a AI character, simply add an AILightCycle object to the map and set the "StartPaused" property to "true."
Then, when you want the AI lightcyclist to spawn, add this command to an object like a gamestartpoint: msg RESUME
If you used a gamestartpoint to send this message, note that the AI will spawn immediately even though a real player has the waiting period and spawn effect so the AI character will appear before the real player has spawned.
You will also need to put AIVolumes in the map so that the AI know how to navigate it.