| 08-10-2003, 04:34 AM | #1 |
alright, i need some help with this, i could probably figure it out myself if i was fully awake but bah... i wanna finish this tonight so i can get my map on DL & Leave, heres what i need to do: i need for certain requirements to have been met for the game to display text to the player who completed all the requirements. or as i would see it Event: (Player) Has Slain 100 (Units) Condition: Units Slain Equal To Type Hero Action: Display Text Message To (Triggering Player) Containing (Text) anybody got some ideas? =/ |
| 08-10-2003, 05:00 AM | #2 |
Using an Integer Array variable HeroKills: Event: A unit is killed Condition: (Dying Unit is a Hero) Equal To True Action: Set HeroKills[Player Number of Owner of (Killing Unit)] = HeroKills[Player Number of Owner of (Killing Unit)] + 1 If HeroKills[Player Number of Owner of (Killing Unit)] = 100 then Game - Display message To Convert Player to Player Group - (Owner of Killing Unit) Containing (Text) |
| 08-10-2003, 05:04 PM | #3 |
thanks, now i can finish Fôôtman War§ 7.0 before tonight =) be lookin ppl |
