Ok, basically i am making a map at the moment and in an etempt to cut off numerous triggering time and nursing my sore fingers at the end of the day i have a question for you all. Is it possible to give and order to a unit that when it enters region "A", that it is given a order to move to either region "B" or region "C"? So i need to know is it possible to make a unit randomly move to one of multiple region? Is this possible and if so how would i do this? Help would be greatly appreciated!
action- set wolf[1] = rect 1
action - set wolf [2] = rect 2 <<<< here a 2 ^^
well it could be easier: RandomRect is a rect-variable array
EVENT:
Unit - A unit enters No rect
ACTIONS:
Actions
Set RandomRect[1] = A
Set RandomRect[2] = B
Set RandomRect[3] = C
Unit - Order (Entering unit) to Move To (Center of RandomRect[(Random integer number between 1 and 3)])