i try to make a script where a player var get every time +1. For some reason it dont work. Here is my script:
payon,111,110,5 script Crazy Man 757,{
set player_point, player_point==0;
OnHit:
if (player_point==5)
{ getitem 999,1;
}
else{
set player_point, player_point++;
mes ""+player_point+"";
goto L_change;
}
L_change:
mes "....";
end;
}
Question
Vincent
Hi,
i try to make a script where a player var get every time +1. For some reason it dont work. Here is my script:
13 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.