I'm using a combat game: Everyone gets 99 hp en with attacks, u can lower your opponent's hp. However, i would like to add something. If u win, u get +1 HP the next time. I think it must be possible with variables (I put the start HP with variables), but how can you make a variable for every person? I mean, if u use something like:
inc %variable
and then
%variable $+
it's for everyone. But only for 1 person, on IP or something. Can someone help?