• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!

Help with Multiboard

Status
Not open for further replies.
Level 7
Joined
Nov 13, 2007
Messages
244
I need help with this multiboard what i want it to do is that when a unit score a captured flag at it to the multiboard but couln't get it working.+rep to anyone that helps me.

Trigger 1:
Multiboard
Events
Time - Elapsed game time is 5.00 seconds
Conditions
Actions
Multiboard - Create a multiboard with 2 columns and 2 rows, titled WoW mini CTF
Player Group - Pick every player in (All players) and do (Actions)
Loop - Actions
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
If - Conditions
((Owner of (Item carried by (Triggering unit) of type Horde Flag)) controller) Equal to User
Then - Actions
Else - Actions
Leaderboard - Show (Last created leaderboard)




Trigger 2:
ctf human
Events
Unit - A unit enters human flag <gen>
Conditions
((Triggering unit) has an item of type Horde Flag) Equal to True
(Owner of (Triggering unit)) Equal to Player 1 (Red)
Actions
Set PlayerScore[(Player number of (Owner of (Item carried by (Triggering unit) of type Horde Flag)))] = (Player number of (Owner of (Entering unit)))
Leaderboard - Change the value for (Owner of (Hero manipulating item)) in (Last created leaderboard) to 1
Game - Display to (All players) for 5.00 seconds the text: The Alliance just s...
Item - Remove (Item carried by (Triggering unit) of type Horde Flag)
Item - Create Horde Flag at (Center of orc flag <gen>)
 
Status
Not open for further replies.
Top