Staredit Network

Staredit Network -> UMS Assistance -> trigger not working
Report, edit, etc...Posted by r[s]t on 2005-07-05 at 23:23:18
Always();

MoveUnit(All, Hero, CurrentPlayer, dsf, fdsg);
MoveUnit(All, -=HERO=-, CurrentPlayer, dsf, fdsg);
PreserveTrigger();
Comment("leave bar");

all the triggers i made that are similir to this are working.


how come this one isnt?

WHats not working is the unit is not moving from dsf to fdsg.

NoTHING is not blocking the unit at fdsg and the terrain is walkable.
Report, edit, etc...Posted by slayer766 on 2005-07-05 at 23:27:00
What exactly isn't working? I don't understand? confused.gif
Report, edit, etc...Posted by Devils_Angel on 2005-07-06 at 00:34:06
Condition
-Always

Actions
-Order (unit) owned by player (x) at location (x) to MOVE from location (x) to location (x)
Report, edit, etc...Posted by Oo.Vic.oO on 2005-07-06 at 00:38:03
u want it 2 move(teleport) or walk there?
Report, edit, etc...Posted by Centreri on 2005-07-06 at 08:52:32
One might take into consideration that the hero might be unspawnable. Unspawnable heroes arnt affected by all triggers, this might be one of them. What hero are u using? (aldaris is the most common)
Report, edit, etc...Posted by Touch_Pad_Master on 2005-07-06 at 09:22:45
Have you added hyper tiggers? That might fix it.
Report, edit, etc...Posted by Oo.Vic.oO on 2005-07-06 at 09:41:28
QUOTE
Have you added hyper tiggers? That might fix it.


It should work even without hyper triggers...
Report, edit, etc...Posted by LegacyWeapon on 2005-07-06 at 10:21:12
Try using a different unit or change the terrain.
Report, edit, etc...Posted by r[s]t on 2005-07-08 at 19:52:08
QUOTE(Silver-Dragon @ Jul 6 2005, 04:52 AM)
One might take into consideration that the hero might be unspawnable. Unspawnable heroes arnt affected by all triggers, this might be one of them. What hero are u using? (aldaris is the most common)
[right][snapback]254532[/snapback][/right]



aldaris tempalr is unspawnable?

no thats not the hero im using but is it?
Report, edit, etc...Posted by Ultimo on 2005-07-08 at 20:04:00
You can't spawn extended units or powerups(?). The terrain might now allow you to move it, but you might wanna give more info, and what each location does, since that's hard to read.
Report, edit, etc...Posted by Oo.Vic.oO on 2005-07-08 at 20:05:31
mayb post the map n we can c wats wrong
Report, edit, etc...Posted by (U)Bolt_Head on 2005-07-09 at 12:36:48
-Make sure the trigger is owned by the player who the unit is owned by.
-Make sure that there isn't a doodad (or other form of unwalkable terrain) in the center of the location the unit is being moved to.

uhh some stuff you probolly already checked.
-Make sure the trigger is actually fireing (probolly not a problem if your conditions are always, unless your trying to run it for player 12 or something.
-Make sure the unit is actually at "dsf"
-Make sure you don't have another trigger moving the unit back.
-Make sure you have selected the correct unit for the trigger (not another one named the same)

Thats all i can think of that might be wrong at the moment.
Next Page (1)