Cool Idea
Moderator: Moderators
Cool Idea
Hey, I was just wondering if there is any way that you could spawn in bots from the .scr file. Isn't it just a team spawn point with special targetnames?? how would I go about doing this?? (Please no one steal my idea!!)

This should work:
waitthread level.jvbot_modscript[spawnhandler]::addbot <name> <team> [spawnername]
For example, to spawn an Allied bot called Sputnik's Bot:
waitthread level.jvbot_modscript[spawnhandler]::addbot "Sputnik's Bot" allies sputnik
Note the spawnername tag is optional. Also note the bot will respawn at random spawnpoints. This is also why you can't define the point the bot will initially spawn.
waitthread level.jvbot_modscript[spawnhandler]::addbot <name> <team> [spawnername]
For example, to spawn an Allied bot called Sputnik's Bot:
waitthread level.jvbot_modscript[spawnhandler]::addbot "Sputnik's Bot" allies sputnik
Note the spawnername tag is optional. Also note the bot will respawn at random spawnpoints. This is also why you can't define the point the bot will initially spawn.
