CTF in Singleplayer
#9
1) Yes, you can play CTF in single player. But, since bots don't know how to play CTF, it'll be a very lonely game.
2) Bot addition commands:
addbot: 3 arguments
- Team ("CLA" or "RVSF")
- Skill ("best," "good," "medium," "worse," or "bad")
- Bot name (can have spaces!!! But sometimes this is bad!!!)
Example, in-game use:
[cubescript]
/addbot CLA best Frank
[/cubescript]

addnbot: 3 arguments
- Count
- Team
- Skill
Example, in-game use:
[cubescript]
/addnbot 6 RVSF medium
[/cubescript]

Frogulis Wrote:In CubeScript you don't put parentheses around a command's arguments except when showing precedence (I think).
You can use square brackets [] for some things.
Parentheses instruct the engine to execute a command and its arguments right away. Square brackets are used to encapsulate several different things into a single argument. Quotes work like square brackets, except that they give you epilepsy if you try to nest them.
Thanks given by:


Messages In This Thread
CTF in Singleplayer - by Pr!ncE - 04 Jan 12, 04:04PM
RE: CTF in Singleplayer - by Homer-J - 04 Jan 12, 04:07PM
RE: CTF in Singleplayer - by Andrez - 04 Jan 12, 06:00PM
RE: CTF in Singleplayer - by Cemer - 06 Jan 12, 03:56AM
RE: CTF in Singleplayer - by Murmer - 06 Jan 12, 06:04AM
RE: CTF in Singleplayer - by Pr!ncE - 04 Jan 12, 06:50PM
RE: CTF in Singleplayer - by X-Ray_Dog - 04 Jan 12, 07:11PM
RE: CTF in Singleplayer - by Frogulis - 06 Jan 12, 12:34AM
RE: CTF in Singleplayer - by V-Man - 09 Jan 12, 07:17PM