[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"
 
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.
Back
Top