Staredit Network

Staredit Network -> UMS Assistance -> Help: Lock's Thx
Report, edit, etc...Posted by FaithIsUponUs on 2007-01-19 at 15:25:51
I need to know how to make my sniper map locks.... I have locks already but the trigger is setup like this and you can unally after a few tries.
<Condition>
Elapsed time is 05 seconds.
<Action>
Set Force 1 To Ally
Set Force 2 To Ally
Set Force 1 To Ally Vict
Set Force 2 To Ally Vict
Preserve Trigger
-----------------------------

Now I would think that would work but if I use Always or If Current Player has at least one opponent Set All Players to Ally.
But that would defect the trigger.
You would go to lock someone and sence this is snipers you dont want your guy stopping or so called stalling

Maybe switches will have to be used?
Report, edit, etc...Posted by LazyCoder on 2007-01-19 at 15:52:03
What? You want to make it so they cannot unally each other?

Just do 'always'.
Report, edit, etc...Posted by FaithIsUponUs on 2007-01-19 at 16:00:54
If I use 'Always' it will make the Sniper stall when locking opponent.
Report, edit, etc...Posted by xmrxsiegecopx on 2007-01-19 at 16:34:45
So you just want an anti-unally trigger
CODE
<Conditions>
Foes bring at least one any unit to anywhere
Current player has suffered at most two deaths of Ghost*
Anything else you want
<Actions>
Preserve trigger.
Set All Players to Ally


This would make it so that players cannot unally until they have lost three Ghosts (or whatever unit you use in your map) but can still attack by attack+clicking.
Report, edit, etc...Posted by FaithIsUponUs on 2007-01-19 at 17:11:04
I dont want them to unally at all wouldn't that let them unally after those 3 deaths?
You cant die more than 50 times in this game because you play to 50 kills.
Can I change that to 2 or 3 ( or whatever it was ) to 50?
Report, edit, etc...Posted by xmrxsiegecopx on 2007-01-19 at 17:15:07
Yes, or you can remove the death condition and it will be impossible to unally.
Report, edit, etc...Posted by PCFredZ on 2007-01-19 at 17:16:21
QUOTE(FaithIsUponUs @ Jan 19 2007, 04:11 PM)
I dont want them to unally at all wouldn't that let them unally after those 3 deaths?
You cant die more than 50 times in this game because you play to 50 kills.
Can I change that to 2 or 3 ( or whatever it was ) to 50?
[right][snapback]615474[/snapback][/right]

That condition isn't even necessary, you can leave it out altogether.
Report, edit, etc...Posted by FaithIsUponUs on 2007-01-19 at 17:33:17
Yes, but will the sniper stall if is long distance from receiver?

ADDITION:
nvm thanks guys
Next Page (1)