• 🏆 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!
  • 🏆 Hive's 6th HD Modeling Contest: Mechanical is now open! Design and model a mechanical creature, mechanized animal, a futuristic robotic being, or anything else your imagination can tinker with! 📅 Submissions close on June 30, 2024. Don't miss this opportunity to let your creativity shine! Enter now and show us your mechanical masterpiece! 🔗 Click here to enter!

[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,207
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