• 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.

[General] Can you link string variable with database path?

Status
Not open for further replies.
This may sound as stupid idea, but can you link strng variable with path from the database or the import manager? Or if therre is any way to change an icon for example in the interface of the game if not with trigger or variable with some native anything lol ;d? More specifically I'm interested in the lumber panel ;d
 

Dr Super Good

Spell Reviewer
Level 64
Joined
Jan 18, 2005
Messages
27,285
I have little understanding what you are asking.

Triggers cannot modify interface in any way in WC3. Strings in the JASS interpreter cannot be used by other parts of the game that do not directly interface with the JASS interpreter.

You can change the looks of a custom GUI overlay but these often have negative side effects such as not perfectly aligning with the screen as it moves and being performance intensive.
 
Status
Not open for further replies.
Top