- script Sample -1,{ OnNPCKillEvent: if ( killedrid == 1213 ) { // 50 = 50% chance to get ygg if ( rand(100) < 50 ) getitem 607, 1; } end; }