• 🏆 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!

Game Text is not working

Status
Not open for further replies.
Level 7
Joined
Mar 6, 2014
Messages
203
why Game Text is not working in my map?

just like this
  • Game Text
    • Events
      • Player - Player 1 (Red) types a chat message containing -gm as An exact match
    • Conditions
    • Actions
      • Game - Display to (All players) the text: Gametext is on.
need help
 
  • Like
Reactions: ILH
Level 30
Joined
Nov 29, 2012
Messages
6,637
It should work unless:

  • A different player is typing the command which is not Player 1
  • You did not typed in the exact command which is -gm seeing that the Chat message must be An exact match
  • There are other triggers conflicting with this trigger.

A test map as well to prove you that it is working.
 

Attachments

  • GM Command.w3m
    15.5 KB · Views: 57
  • Like
Reactions: ILH
Level 7
Joined
Mar 6, 2014
Messages
203
It should work unless:

  • A different player is typing the command which is not Player 1
  • You did not typed in the exact command which is -gm seeing that the Chat message must be An exact match
  • There are other triggers conflicting with this trigger.

A test map as well to prove you that it is working.


nahhh:ogre_rage:

i know that but the thing is when i type that the effect will turn on but the game text will not display
 
Level 30
Joined
Nov 29, 2012
Messages
6,637
What do you mean by the effect? There is no effects even that is being triggered on the trigger and as for the game text, it should work... I don't know why it does not for you unless the reasons I stated on my last post to repeat.

Or do you mean by game text is that the mode itself, not the texts that displays on game? If that's the case, you should Turn On the specific trigger on this trigger you posted containing the mechanics for the Game text with this:

  • Trigger - Turn on >Your Trigger here<
Or simply, place the effects itself on the main trigger.
 
Level 7
Joined
Mar 6, 2014
Messages
203
This is the trigger

  • All Modes Copy 2
    • Events
      • Player - Player 1 (Red) types a chat message containing -am as An exact match
      • Player - Player 2 (Blue) types a chat message containing -am as An exact match
    • Conditions
    • Actions
      • Unit Group - Pick every unit in (Units in (Playable map area) matching (((Matching unit) is A structure) Equal to True)) and do (Actions)
        • Loop - Actions
          • Unit - Add Super Tower Armor (+3) to (Picked unit)
          • Unit - Add Super Tower Damage (+15) to (Picked unit)
          • Unit - Add Super Tower Speed (Gloves of Haste) to (Picked unit)
          • Unit - Add Super Tower Crit (item) to (Picked unit)
      • Trigger - Turn off Super Tower <gen>
      • Trigger - Turn on Om <gen>
      • Trigger - Turn on Om Human <gen>
      • Trigger - Turn on Om Orc <gen>
      • Trigger - Turn on Om Undead <gen>
      • Trigger - Turn off (This trigger)
      • Trigger - Turn off Sentinels <gen>
      • Trigger - Turn off Orc <gen>
      • Trigger - Turn off Undead <gen>
      • Trigger - Turn off HUman <gen>
      • Trigger - Turn on Ne <gen>
      • Trigger - Turn off (This trigger)
      • Trigger - Turn on Uber Mode <gen>
      • Trigger - Turn off (This trigger)
      • Trigger - Turn on UPU mode <gen>
      • Trigger - Turn off (This trigger)
      • Trigger - Turn on SC <gen>
      • Trigger - Turn off (This trigger)
      • Trigger - Turn on FR <gen>
      • Trigger - Turn on FR Copy 2 <gen>
      • Trigger - Turn on FR Copy 3 <gen>
      • Trigger - Turn on FR Copy <gen>
      • Trigger - Turn off R Team 1 <gen>
      • Trigger - Turn off Revive Hero Copy <gen>
      • Trigger - Turn off R Team 2 <gen>
      • Trigger - Turn off Revive Hero Copy Copy Copy <gen>
      • Game - Display to (All players) the text: ALL MODES ON.
      • Trigger - Turn off (This trigger)
 
  • Like
Reactions: ILH

EdgeOfChaos

E

EdgeOfChaos

You're using Turn Off (This Trigger) 5 times. Maybe that messes it up.

Or maybe one of the other triggers is clearing all text from screen soon after turning on.
 
Status
Not open for further replies.
Top