Hello!, i'm looking a simple solution
If a instance is destroyed, added 100 to variable
If 2 instances are destroyed, multiply the scores to variable like 400
Basically:
1 destroyed instance = 100
2 destroyed instances = 400
3 destroyed instances = 900
Do you have an idea how to implement?
Thanks!