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

[Solved] Assigning effects to an array

Status
Not open for further replies.
Level 5
Joined
Sep 19, 2006
Messages
152
This command doesn't seem to clear. Can someone point out what I'm doing wrong?

JASS:
set udg_ZombieArt [1] = "war3mapImported\\Belted Cape.mdx"
 
Level 19
Joined
Aug 8, 2007
Messages
2,765
Change the variable to a string. The Variable "special effect" is closely related to "unit" while a "string", while being used for a fx, is closely related to "unit type"
 
Status
Not open for further replies.
Top