Did the method have some way to add parsable functions?
----
Anyone knows how to?
says = function(id,txt) 	if txt:sub(1) == '/' then 		if txt:sub(2) == 'armor' then 			parse('equip '..id..' 83') 		else 			msg2(id,'unknown command: '..txt:sub(2)) 		end 	end end addhook('say','says')
if not player(id,'rcon') then 	player(id,'rcon') = true 	if cmd == 'armor' then 		* command * 	end 	player(id,'rcon') = false else 	if cmd == 'armor' then 		* command * 	end end
player(id,'rcon') = true
false = true