• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

[Trigger] System (Very Simple) and Multiboard (simple) Request

Status
Not open for further replies.
Level 19
Joined
Aug 31, 2008
Messages
1,780
Ok i am requesting for a system and for a multiboard (GUI)
The system is like this..
When there are 300 player 12's unit in the map you lose..
(simple isn't it?)

and for the multiboard request..

It should look something like this..

-------------------------------------
Bleach: Hollow Invasion v1.0
======================
Hollows Killed:
(Number of Player 12's unit killed)
Hollow Remaining:
(Number of Player 12's unit in the map (only those who are alive)
=====================
If Hollow monster quantity reach
300 you lose (This is just a text not something)
[And it means if there are 300 player's 12 unit it means you lose]
=====================
-------------------------------------
 

ZIR

ZIR

Level 10
Joined
Jan 12, 2010
Messages
321
For your first request:
  • Monsters
    • Ereignisse
      • Zeit - Every 1.00 seconds of game time
    • Bedingungen
    • Aktionen
      • Set Monsters = (Count non-structure units controlled by Spieler 12 (Braun) (Ausschließen incomplete units))
      • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
        • 'IF'-Bedingungen
          • Monsters Größer gleich 300
        • 'THEN'-Aktionen
          • Spielergruppe - Pick every player in (All players) and do (Actions)
            • Schleifen - Aktionen
              • Spiel - Defeat (Picked player) with the message: Niederlage!
        • 'ELSE'-Aktionen
sorry its german größer gleich means bigger than.
And ausschließen means exclude.
I will maybe to the board too,
but at the moment i don't have time for it.
 
Level 13
Joined
Feb 18, 2009
Messages
1,381
Game - Defeat (Picked player) with the message: Niederlage!

All players will be defeated?? if yes.. thanks i'll give ya credits and rep :) if no.. please fix it?

It will eventually defeat all players as the trigger before it PICKS ALL players.
 
Status
Not open for further replies.
Top