xplicitjohn
X
xplicitjohn
Hi !
I want to make it that whoever gets 50 Kills, they get a reward. Similar to how COD works except you get items instead.
This is how my multiboard counts the kill points. I just cant detect whoever gets 50 points =(
I want to make it that whoever gets 50 Kills, they get a reward. Similar to how COD works except you get items instead.
This is how my multiboard counts the kill points. I just cant detect whoever gets 50 points =(
-
Tally Score
-
Events
- Unit - A unit Dies
-
Conditions
- ((Owner of (Killing unit)) controller) Equal to User
-
Actions
- Set Kill_Count[(Player number of (Owner of (Killing unit)))] = (Kill_Count[(Player number of (Owner of (Killing unit)))] + 1)
- Multiboard - Set the text for (Last created multiboard) item in column 3, row Multiboard_Spots[(Player number of (Owner of (Killing unit)))] to (String(Kill_Count[(Player number of (Owner of (Killing unit)))]))
-
Events