- Joined
- Aug 25, 2012
- Messages
- 30
Hello, I am totaly newbie to Jass, but i need a simple function, that when i call with integrer parameter, it increases/decreases it by 1, so I dont have to create a structures like this (there are +- 30 of these structures in my map, and more comming...)
- Set PlayerKills[(Player number of (Owner of (Killing unit)))] = (PlayerKills[(Player number of (Owner of (Killing unit)))] + 1)