Select Hero and Display Text

Craigimus

New Member
Reaction score
0
Having a memory blank and cant remember how to make a quick trigger when someone selects a unit then it displays a text to the triggering player and not to all the players. this is what ive done atm but its to much :p to do for all heroes etc.


Jack Skellington
Events
Player - Player 1 (Red) Selects a unit
Player - Player 2 (Blue) Selects a unit
Player - Player 3 (Teal) Selects a unit
Player - Player 4 (Purple) Selects a unit
Player - Player 5 (Yellow) Selects a unit
Player - Player 6 (Orange) Selects a unit
Player - Player 7 (Green) Selects a unit
Player - Player 8 (Pink) Selects a unit
Conditions
(Unit-type of (Triggering unit)) Equal to (==) Jack Skellington
Actions
Multiple FunctionsIf (All Conditions are True) then do (Then Actions) else do (Else Actions)
If - Conditions
(Triggering player) Equal to (==) Player 1 (Red)
Then - Actions
Cinematic - Clear the screen of text messages for Player Group - Player 1 (Red)
Game - Display to Player Group - Player 1 (Red) the text: Jack Skellington: A...
Else - Actions
Multiple FunctionsIf (All Conditions are True) then do (Then Actions) else do (Else Actions)
If - Conditions
(Triggering player) Equal to (==) Player 2 (Blue)
Then - Actions
Cinematic - Clear the screen of text messages for Player Group - Player 2 (Blue)
Game - Display to Player Group - Player 2 (Blue) the text: Jack Skellington: A...
Else - Actions
Multiple FunctionsIf (All Conditions are True) then do (Then Actions) else do (Else Actions)
If - Conditions
(Triggering player) Equal to (==) Player 3 (Teal)
Then - Actions
Cinematic - Clear the screen of text messages for Player Group - Player 3 (Teal)
Game - Display to Player Group - Player 3 (Teal) the text: Jack Skellington: A...
Else - Actions
Multiple FunctionsIf (All Conditions are True) then do (Then Actions) else do (Else Actions)
If - Conditions
(Triggering player) Equal to (==) Player 4 (Purple)
Then - Actions
Cinematic - Clear the screen of text messages for Player Group - Player 4 (Purple)
Game - Display to Player Group - Player 4 (Purple) the text: Jack Skellington: A...
Else - Actions
Multiple FunctionsIf (All Conditions are True) then do (Then Actions) else do (Else Actions)
If - Conditions
(Triggering player) Equal to (==) Player 5 (Yellow)
Then - Actions
Cinematic - Clear the screen of text messages for Player Group - Player 5 (Yellow)
Game - Display to Player Group - Player 5 (Yellow) the text: Jack Skellington: A...
Else - Actions
Multiple FunctionsIf (All Conditions are True) then do (Then Actions) else do (Else Actions)
If - Conditions
(Triggering player) Equal to (==) Player 6 (Orange)
Then - Actions
Cinematic - Clear the screen of text messages for Player Group - Player 6 (Orange)
Game - Display to Player Group - Player 6 (Orange) the text: Jack Skellington: A...
Else - Actions
Multiple FunctionsIf (All Conditions are True) then do (Then Actions) else do (Else Actions)
If - Conditions
(Triggering player) Equal to (==) Player 7 (Green)
Then - Actions
Cinematic - Clear the screen of text messages for Player Group - Player 7 (Green)
Game - Display to Player Group - Player 7 (Green) the text: Jack Skellington: A...
Else - Actions
Multiple FunctionsIf (All Conditions are True) then do (Then Actions) else do (Else Actions)
If - Conditions
(Triggering player) Equal to (==) Player 8 (Pink)
Then - Actions
Cinematic - Clear the screen of text messages for Player Group - Player 8 (Pink)
Game - Display to Player Group - Player 8 (Pink) the text: Jack Skellington: A...
Else - Actions
 

Craigimus

New Member
Reaction score
0
Will that work ? or will it display it to all players?


Player Group - Pick every player in (All players) and do (Actions)
Loop - Actions
Multiple FunctionsIf (All Conditions are True) then do (Then Actions) else do (Else Actions)
If - Conditions
(Triggering player) Equal to (==) (Picked player)
Then - Actions
Cinematic - Clear the screen of text messages for (All players matching ((Triggering player) Equal to (==) (Picked player)))
Game - Display to (All players matching ((Picked player) Equal to (==) (Picked player))) the text: Jack Skellington: A...
Else - Actions
 

Xorifelse

I'd love to elaborate about discussions...........
Reaction score
87
A much better way is this..

Trigger:
  • Untitled Trigger 001
    • Events
      • Player - Player 1 (Red) Selects a unit
      • Player - Player 2 (Blue) Selects a unit
      • Player - Player 3 (Teal) Selects a unit
      • Player - Player 4 (Purple) Selects a unit
    • Conditions
      • ((Triggering unit) is A Hero) Equal to True
      • heroSelectionVarArray[(Player number of (Triggering player))] Equal to False
    • Actions
      • Game - Display to (Player group((Triggering player))) the text: (You selected: + (Name of (Triggering unit)))
      • Set heroSelectionVarArray[(Player number of (Triggering player))] = True
 

Craigimus

New Member
Reaction score
0
Another question while on subject.

Im going to use Press the Up key to select hero.

How can i make the player unable to select more then one hero?
 
General chit-chat
Help Users
  • No one is chatting at the moment.

      The Helper Discord

      Members online

      No members online now.

      Affiliates

      Hive Workshop NUON Dome World Editor Tutorials

      Network Sponsors

      Apex Steel Pipe - Buys and sells Steel Pipe.
      Top