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

[Spell] Multiple lines dialog title please HELP!

Status
Not open for further replies.
Level 10
Joined
Feb 22, 2008
Messages
619
In an action that looks like this:
  • Dialog - Change the title of my_dialog to Title of Dialog
Go to the place where you would edit "Title of Dialog" and do this:
KYnNbvA.png


(Press Enter to switch lines)


By the way, I would recommend not doing anything goofy like that to your posts. Usually fancy isn't a good thing on forums for most people's eyes.

Also, this isn't a [Spell] :wink:
 
Level 3
Joined
Feb 26, 2015
Messages
16
In an action that looks like this:
  • Dialog - Change the title of my_dialog to Title of Dialog
Go to the place where you would edit "Title of Dialog" and do this:
KYnNbvA.png


(Press Enter to switch lines)


By the way, I would recommend not doing anything goofy like that to your posts. Usually fancy isn't a good thing on forums for most people's eyes.

Also, this isn't a [Spell] :wink:

I mean
line 1: Detect Player Gold
line 2: Detect Player Lumber
 
Level 11
Joined
Jan 23, 2015
Messages
788
  • Untitled Trigger 001
    • Events
      • Time - Elapsed game time is 5.00 seconds
    • Conditions
    • Actions
      • Game - Display to (All players) the text: (String((Player 1 (Red) Current gold)))
      • Game - Display to (All players) the text: (String((Player 1 (Red) Current lumber)))
is this what you want to do?
 
Level 11
Joined
Jan 23, 2015
Messages
788
You can make this if you want :)

  • ResourcesDisplay
    • Events
      • Player - Player 1 (Red) types a chat message containing -resources as An exact match
    • Conditions
    • Actions
      • Game - Display to Player Group - Player 1 (Red) the text: (Gold: |cffffcc00 + ((String((Player 1 (Red) Current gold))) + |r))
      • Game - Display to Player Group - Player 1 (Red) the text: (Lumber: |cff00ff00 + ((String((Player 1 (Red) Current lumber))) + |r))
 
Status
Not open for further replies.
Top