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