• 🏆 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!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

[Trigger] Asking for two triggers.

Status
Not open for further replies.
Level 6
Joined
Mar 27, 2009
Messages
245
So im creating a strategy map, which first of all, needs an ally system.
My current ally system works like -ally [player color] and that part is ok, but to unally, i have only -disally, which unallies ALL current alliances that the player has. So i need individual disally/unally trigger.


Another one, i know its an easy one for you guys but i need an individual message for each player, a short briefing about their nation.
 
Level 6
Joined
Apr 24, 2008
Messages
174
Here's trigger nr 2:
  • Message
    • Actions
    • Game - Display to (Player group(Your Player here)) for 30.00 seconds the text: Your Text Here
That simply displays an message for the player you want, and for him only.
The "for 30.00 seconds" is how long the message should be shown.
 
Status
Not open for further replies.
Top