0 Members and 1 Guest are viewing this topic.
function OnCommand(ID: Byte;Text: string):boolean;begin Result:=false;... if Text = '/disable' then DisableScript:=true;...end;