• 💀 Happy Halloween! 💀 It's time to vote for the best terrain! Check out the entries to Hive's HD Terrain Contest #2 - Vampire Folklore.❗️Poll closes on November 14, 2023. 🔗Click here to cast your vote!
  • 🏆 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!
  • 🏆 HD Level Design Contest #1 is OPEN! Contestants must create a maze with at least one entry point, and at least one exit point. The map should be made in HD mode, and should not be openable in SD. Only custom models from Hive's HD model and texture sections are allowed. The only exceptions are DNC models and omnilights. This is mainly a visual and design oriented contest, not technical. The UI and video walkthrough rules are there to give everyone an equal shot at victory by standardizing how viewers see the terrain. 🔗Click here to enter!

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 23
Joined
Sep 26, 2009
Messages
2,311
  • 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