HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Region Moving problems, i think

01-11-2004, 08:21 AM#1
cangrejo
This trigger doesn't initialize.
First I have a trigger to move the region to 'Mountain King 0000 <gen>'
In the Region - Move Region function it says that "This has no effect unless the specified region is a variable." so I made the region a variable.

Anyways it still doesn't initialize my trigger.. Here it is in plain text. I don't get it.:////

Events
Unit - A unit leaves RegionPlayer1 <gen>
Conditions
BoolCombat Equal to False
(Leaving unit) Equal to Mountain King 0000 <gen>

Actions
Region - Center RegionVar_RegionPlayer1 on (Position of Mountain King 0000 <gen>)
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
If - Conditions
(Random integer number between 1 and 15) Equal to 15
Then - Actions
Set BoolCombat = True
Trigger - Run InitiateCombat <gen> (checking conditions)
Else - Actions
-------- This is just so that i can see if the trigger initializes --------
Special Effect - Create a special effect at (Center of RegionVar_RegionPlayer1) using Abilities\Spells\Human\ThunderClap\ThunderClapCaster.mdl
Special Effect - Destroy (Last created special effect)


Edit:I'm gonna go do something else, I'll read this in a few hours or so.. maybe tomorrow :E