Make a new Action Show Tips with a parameter Player as Integer. In this Acion put your Tips code and use Player as you would use Triggering Player.
Then in your Trigger use Show Tips(Triggering Player)
And in your Map Init make somesthing like foreach 1 <= Player <= 10 Action Show Tips(Player)
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
I have a -tips command set up for my map, which will basically give a quick tutorial on how to play the map. It is basically set up as following:
Game - Player Any Player types a chat message containing "-tips", matching Exactly
Now, I also want this introduction to appear at the start of the map. For instance by running it for all active players.
Is there something I can do to the Run Trigger command, or otherwise to run this -tips command as if it were typed by each active player?
@Siaon:
Make a new Action Show Tips with a parameter Player as Integer. In this Acion put your Tips code and use Player as you would use Triggering Player.
Then in your Trigger use Show Tips(Triggering Player)
And in your Map Init make somesthing like foreach 1 <= Player <= 10 Action Show Tips(Player)