• 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.

[Trigger] "unit leaves any rect - order to go to that rect"

Status
Not open for further replies.

Rmx

Rmx

Level 19
Joined
Aug 27, 2007
Messages
1,164
Just do like that ... Events

A unit leaves Region (Region01)

Conditions

Player owner of leaving unit is Equal to YOU or anything u want !!!

Actions

Set X = Region01
Unit - Order (Leaving Unit) to point (X)
Set X = No Region OR WHAT EVER

Do not use entering Cinemtique mode then leaving it Maybe 1000 unit left the region What will happen !!!!!!!!!!!!!!!!!!! WTF ERROR ERROR !!!! that's the best solution ...
 
Last edited:
Level 9
Joined
Jan 14, 2008
Messages
366
thanks for your inputs!

but none of your suggestions help me out, since you both specifically redirect the unit the exact specific region it left. i need a method to recall the left region, similar to the "event response - triggering unit" function, but with the region.

is there possibly a custom script that could help me out?

if there was i could make it like this

Events:
-unit leaves region01
-unit leaves region02
-unit leaves region03
-unit leaves region04
-unit leaves ... (all regions)

Conditions:
-whatever

Actions:
-issue unit order (order move) to random point in region (left region)
 
Level 14
Joined
Nov 4, 2006
Messages
1,241
how many regions you have?? but no matter, i think you have to create one trigger for each region you have, use copy&paste then you onl have to change 2 regions per trigger

  • Events
    • Unit - A Unit leaves Region001
  • Conditions
  • Actions
    • Unit - order triggering Unit to move to random point in Region001
  • Events
    • Unit - A Unit leaves Region002
  • Conditions
  • Actions
    • Unit - order triggering Unit to move to random point in Region002
and so on
 

Rmx

Rmx

Level 19
Joined
Aug 27, 2007
Messages
1,164
Rmx, why dont just

Trigger - Turn This Trigger Off
instead of setting it to No Region
]

Slaydon r u insane x( if u turned it off when another unit leave the region NOthing happens the triger is no longer effective ( NO TRIGER NONE !!! UNKNOWN )
BTW Try to do it with 48 regions it's the last possible way i know I just make spells DUDE ^^
 
Status
Not open for further replies.
Top