Region won't move

Status
Not open for further replies.
Level 1
Joined
Jul 4, 2009
Messages
1
As the title says im having probls with regions.
I need to move region(reg_ingame) from place A to place B during the game. Let's say u need to make small region in which rains to follow particular hero. So i created new variable (reg_variable) with value region. In triggers i set the reg_variable = reg_ingame. Then i placed one more trigger with event = periodic time (2sc) and action, move reg_variable to the center of the hero so every 2 sc region should align with the hero. But here comes the problem.. Region just stays at its original place, ignoring my hero.. plz help :D
 
Level 6
Joined
Aug 22, 2008
Messages
123
That in fact is strange. I have been recently using this function (the native one).
Code:
call MoveRectTo(udg_RighteousRageDoodadRect,x,y)
Please post the triggers you created, the fault must be something else.:hohum:
 
Status
Not open for further replies.
Top