--- a/commands.def Tue Jul 17 20:35:43 2012 +0300 +++ b/commands.def Sat Jul 28 17:41:24 2012 +0300 @@ -1,8 +1,3 @@ -/* This file defines the commands botc will treat as valid. - * Do not edit unless you know what you are doing! - * - * Syntax: number:name:returntype:numargs:maxargs[:argumentlist] - */ 0:changestate:void:1:1:str(statename) 1:delay:void:1:1:int(tics) 2:rand:int:2:2:int(a):int(b)