Jump to content


Masterbadeend

Member Since 18 Apr 2009
Offline Last Active Apr 08 2014 02:50 PM

Topics I've Started

Let the map count as a win

25 July 2009 - 09:34 AM

Hi all
I'm currently working on a (1 to 8 player) towerwars, and I am using plyrcreeps for the creeps down there ;) . But there is one little problem, I want to, when the player wins the map, he really gets a win which he sees in his stats (which is not happening now :p ). These are the scripts I am using for the victory script:
*** IF ***
	 Flag named 'VICTORY' IS TRUE
*** THEN ***
   Team 'PlyrCreeps/teamPlyrCreeps' is dealt a lethal amount of damage.
And then the other script:
*** IF ***
	 Team 'PlyrCreeps/teamPlyrCreeps' has been destroyed.
*** THEN ***
  Show 'Victorious' window and end game
I know that Loke's Towerwars have the same problem.
Ps. I can't add an extra player, I want to be the map a 1 to 8 player map ;)