0 Members and 1 Guest are viewing this topic.
procedure OnPlayerSpeak(ID: byte; Text: string);begin if (Text='!hello') then WriteLnFile('xmlog.txt','I am a line! Hear me roar!');end;