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