- script Sample -1,{ OnPCKillEvent: if(strcharinfo(3) == "mapname") { if(@Delay < gettimetick(2)) { set .@Amount,rand(1,4); set #CASHPOINTS,#CASHPOINTS + .@Amount; dispbottom "Gained "+.@Amount+" Cash Point. Total = "+#CASHPOINTS+" Cash Points."; set @Delay,gettimetick(2) + 180; } } end; }