• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

Moving Regions; a toughie for the experts!

Status
Not open for further replies.
Level 3
Joined
Aug 14, 2005
Messages
46
Hello all! Reading ahead; I like going into depth, I'm sorry!

I haven't posted here often because I tend to do all of my work solo; I have one heck of a problem that to date, I can't solve, and would love some other opinions!

Here's the backstory:

In the game I'm working on, players can step onto runes to receive information, and then onto beacons to achieve certain effects. The runes and beacons are both run off of regions, so:

Unit - A unit enters ZZBeastIntelligence <gen>

Then effect happens, etcetera.

WELL.

Early yesterday I decided to split the game into different "Modes" by manipulating the environment and converting the game from a story-mode into an arena mode (both will be fully playable when I'm done!). In order to do this properly, I have to make several different groups of regions into a universal region upon one point (instead of a preordained 4-5 per region group). The proper trigger command to perform this operation is Region - Move. Here's my problem:

The game starts, and a menu comes up for all players to determine which hero each player starts with. The start locations for each hero are commonly different, but thanks to the Region - Move command, all heroes start at the same place, as desired. HOWEVER, in the SAME trigger sequence, the information beacons, which should also be receiving a universal application, don't work. In fact, thanks to some alterior god-modding, I know that the Region - Move command isn't working at all, and that the regions remain where they originally were! Is there a way to fix this without resorting to alterior means? I've tried using variables, but so far, no success. The only other alternative that comes to my mind is creating it with a Unit - Range trigger function, but that would require even MORE triggering!

Good luck!
 
Status
Not open for further replies.
Top