• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • 🏆 Hive's 6th HD Modeling Contest: Mechanical is now open! Design and model a mechanical creature, mechanized animal, a futuristic robotic being, or anything else your imagination can tinker with! 📅 Submissions close on June 30, 2024. Don't miss this opportunity to let your creativity shine! Enter now and show us your mechanical masterpiece! 🔗 Click here to enter!

[JASS] Trying to make a trap, but...

Status
Not open for further replies.
Level 2
Joined
Jul 12, 2005
Messages
15
i'm trying to make a trap off of a region.. thing is i want it to be 'buildable' by a unit... so, i set up regions and at initialization i add them to an array to distinguish them apart. ok, so when i build a unit of type x.. i have a trigger that centers the appropriate region to the center point (x,y) of the built unit (type x). then i have a trigger set up for 'enters region'. thing is, when i move the region like that.. something goes wrong where the trigger doesn't fire any longer. any help would be appretiated. maybe an alternative method of creation could be suggested also.

what i'm trying to do is be able to use a builder to 'designate' some 'point' that's the center of a larger 'area', in which i can apply trigger actions to units that enter that 'area'.
 
Status
Not open for further replies.
Top