-
Posts
51 -
Joined
-
Last visited
Community Answers
-
n3ySkie's post in WoE points who killed a player was marked as the answer
ok i fix it my self
- script woe_point -1,{
OnPCKilLEvent:
if ( getcharid(3) != killedrid && strcharinfo(3) == "aldeg_cas03" ) {
set #WOE_POINTS,#WOE_POINTS+1;
dispbottom "Gained 1 WoE Points. Total : "+ #WOE_POINTS +" WoE Points.";
}
end;
}