HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Got a cave QUESTION

10-11-2003, 01:05 AM#1
Berserker
How do you make a trigger so if you right-click a cave you go to a differant map?emote_confused
10-11-2003, 01:34 AM#2
Dark_Templar
I don't think is possible to the WE recognize the right click by GUI or JASS. In addition, you must have a least an object to click at (a a invisible unit or doodad).
10-11-2003, 01:42 AM#3
ULTIMA_WEAPON_
its possible, but u just cant do it on battle.net. You have to make a completely different map.
10-11-2003, 03:49 AM#4
AllPainful
You want it when you right click? or when a unit enters the area?

Do you know how to set the "Next map" and what actions to do to store the characters? If so just add them to the end of these where the *** are.

Make a region at the cave, and name it Cave.
then

For when right click:
Event
Unit is given an order targeting point
Condition
Order is equal to Move
Target is in region "Cave"
Actions
***

For when enters area:
Event
Unit enters region "Cave"
Condition
Actions
***



AS ULTIMA_WEAPON_ POINTED OUT, it won't work on Bnet.
10-11-2003, 05:02 AM#5
Newhydra
except you need to change 'move' to 'smart' in the previous post
10-11-2003, 12:51 PM#6
Berserker
I think I'll do a little region and then how do I make a action for the region?emote_confused
10-11-2003, 01:21 PM#7
Ligature
Make a trigger that runs on the Event "Unit enters region" under "Generic Unit Event" "Player Owned Unit Event" or "Specific Unit Event" depending on how many units and/or players you want to be able to go through the cave.
10-11-2003, 03:52 PM#8
Berserker
I HAVE NO IDEA HOW TO DO TRIGGERS!!!!

WHAT DO I PUT IN THE CUSTOM SCRIPT BOX?