HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Creating Gates

03-03-2005, 01:01 AM#1
Lazyeyedhobo
I have started making this map that has all custom races. I was wondering if there was a way that you could build gates and the gates open. Maby automaticay when a friendly moves next to it or maby when you click the gate itself? I would like to know if this is possible and if it is the exact trigger combo for it.
Thanks! ;)
03-03-2005, 04:16 AM#2
Daelin
The idea would be to make them buildings of course but unfortunately they will not be doodads and so, they will be selectable. But making them open when a friend is nearbie needs JASS. The trigger activates another trigger for each gate when the gate is built, and the second trigger practically opens when a friendly unit comes within 200 range or something of the gate, the gate opens. To close it, you would need to create a dummy ability for the gate which when activated closes the gate.

~Daelin