- Joined
- Jan 18, 2005
- Messages
- 5,782
I am making a system which require moving regions. I use it in JASS with a MoveRectTo function. But I need that region to detect when units enter. But I encounter some bugs here. I heard that trigger events are registered only at the start of the game, so moving a region/rect has no effect on this and it treats the region as where was at the start of the game. So is there any way to re-register these events when I move the region? Or else how to fix this problem? Any non vJass solution is welcome. Anyone who read until here may alternatively suggest me how to do weather effects in circle instead of rect.