You are not logged in.
Pages: 1
It there an option to !addtime? sometimes its fun to give some more time...
btw i like the new omnibots on the test server!
|+HA+|AngelofDeath
Offline
There's no shrubbot command that adds more time to the game. You can however add a custom command to shrubbot that does that. Add something like this to shrubbot.cfg.
Example:
[command]
command = addtime
exec = timelimit 30
desc = Adds more time to current map.
levels = 7 8
Don't forget to modify the "levels" in the example above. A good time to use this command is when the map has 30 seconds left.
Offline
Here's a better way :
[command]
command = addtime
exec = timelimit [1]
desc = Modify the map timelimit.
levels = 5 6 7
This way you can type !addtime 50 and it will change it to 50, or whatever you wrote after !addtime.
Remember that the timelimit is the total time of the map, if the timelimit is 30 by default and you type !addtime 30, nothing will change, you will have to type in a value higher than 30.
Offline
Moved to 'General Discussion'.
Offline
Pages: 1