Gain a cash points killing a monster in a specific map.
I tried to make one searching all over this is all i've got

I hope you can help me
I tried to make one searching all over this is all i've got
But.OnNPCKillEvent:
if( strcharinfo(3) == "prt_fild08" && killedrid == 1002 ){
set #CASHPOINTS, #CASHPOINTS +1;
dispbottom "Gained 1 cash points. Total " + #CASHPOINTS + " points";
}
end;

I hope you can help me
Last edited by a moderator: