- script MonsterKill -1,{
OnNPCKillEvent:
if (getmonsterinfo(killedrid, MOB_MVPEXP)) { // Check if the killed monster is an MVP
set #MVPPoint, #MVPPoint + 1; // Increment MVP points
dispbottom "You gained 1 MVP Point! Total: " + #MVPPoint + " MVP Points.";
}
end;
}
try this?