- script Sample -1,{ OnPCKillEvent: if( killedrid != getcharid(3) && @KillCount < 10 ) set @KillCount,@KillCount + 1; if( @KillCount == 10 ) atcommand "@fakename [Killer] "+strcharinfo(0); end; }