HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Destructible arrays

01-29-2006, 11:05 AM#1
Belphegor666
I have a problem with destructible array. See the trigger.
Trigger:
Open
Collapse Events
Player - Player 1 (Red) types a chat message containing open as An exact match
Conditions
Collapse Actions
Animation - Play Gates[1]'s Death Alternate animation
Destructible - Open Gates[1]
If I use specific with doodad names and all it works!! Why? I'm working ona gates system so this is a very irritating bug.
Is there a way (even in JASS) to make a event that opens the gate when destructible(the gate) is selected? I think that Blade.dk did something like that in his Arcane arena
01-29-2006, 11:53 AM#2
Captain Griffen
What's the point of the death animation? If you want it to break open, just destroy it, if you want it to open normally, just open it.

As to the array, are you sure that you have set the array properly? Try to replace it with destroy gates[1].
01-29-2006, 02:23 PM#3
Belphegor666
I think you should play the destructibles death alternate if you want to open though I'm not sure. I'll try setting it again but I doubt it will help
01-29-2006, 05:38 PM#4
johnfn
Try the open thing, also, how are you setting the variable? That would seem to be the problem here...