- Joined
- Mar 30, 2007
- Messages
- 26
Okay, I just need a simple teleportation trigger. I want it so a unit is moved to a random region.
Here is what I have right now, and it doesn't seem to be working:
Events:
A Unit enters [Region]
Action:
Unit - Move (Entering unit) instantly to (Center of [Other Region][(Random integer number between 1 and 12)])
[Other Region] is a region variable with an array size of 12, but whenever I test this in-game, my units are always only warped at [Other Region][1], and not at the arrays 2-12.
Any suggestions or solutions?
Thanks. ~Panda
Here is what I have right now, and it doesn't seem to be working:
Events:
A Unit enters [Region]
Action:
Unit - Move (Entering unit) instantly to (Center of [Other Region][(Random integer number between 1 and 12)])
[Other Region] is a region variable with an array size of 12, but whenever I test this in-game, my units are always only warped at [Other Region][1], and not at the arrays 2-12.
Any suggestions or solutions?
Thanks. ~Panda