|

I am making an RPG, and when you kill a (unit) it adds (point value) to your experience. Now the problem is when I kill one, my points keep increasing by (point value). What's wrong?
Try this (this will award 20 points for every 50 points worth of kill - since it's impossible to guarantee exactly what the points were from, this is about as good as it gets):
CONDITIONS:
Current player Kills score is at least 50. -- (Using 'SCORE')
ACTIONS:
Modify score for Current player: Subtract 50 Kills. -- (Using 'SET SCORE')
Modify score for Current player: Add 20 Custom. -- (Using 'SET SCORE')
Preserve trigger.
(Asmor)/
(StarCraft Answerers)

Indexes
· RPGs / Kills / Points / Units / Experience |