• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.
  • It's time for the first HD Modeling Contest of 2025. Join the theme discussion for Hive's HD Modeling Contest #7! Click here to post your idea!

Showing variable value in text ?

Status
Not open for further replies.

Ardenian

A

Ardenian

Is it possible to add a variable somehow into a text ?

For example:


'Set Varibale_X to Random Player'
-> Quest: Kill *Player-name/color/.. that is defined by variable*

Another example:

variable Y counts kills.

Event: A unit kills a unit

Action: show text: 'You have killed Y units'
 
Level 28
Joined
Sep 26, 2009
Messages
2,543
  • Untitled Trigger 001
    • Events
      • Unit - A unit Dies
    • Conditions
    • Actions
      • Set x_var = (x_var + 1)
      • Game - Display to (All players) the text: (You have killed + ((String(x_var)) + units.))
It's the "Conversion - Convert Integer/Real to String" and Concentrate Strings options.
 
Status
Not open for further replies.
Top