- script PVPPoint -1,{ OnPCKillEvent: if ( killerrid == getcharid(3) || !getmapflag( strcharinfo(3),mf_pvp,mf_gvg ) ) end; set #PVPPoint,#PVPPoint + 1; dispbottom "Gained 1 PVP Points. Total Accumulated PVP Point = "+#PVPPoint+" Points."; end; }