alright, first off, you cant move players 9-12 or can you? if so tell me how. I tryied doing the set to junk yard dog thing and it didnt do anything.
Second off, some games like miles laser tag v8 have units that are walking in place and moving their weapons and firing, how do you do this?
idont the anser to number one but for number two:
Create the trigger:
Actions:
Always
Conditions:
(Disable) doodad state for (unit) for (player) at (location)
Its right here in tutorials:http://www.staredit.net/index.php?tutorial=42
You can make p9-p12 units move through the Order command, but they can't run AI scripts like junkyard dog.
wait, it isnt working to order player 12.
My trig is like
Order(anyunit,p12,location1,move,location2);
QUOTE(roryfenrir @ Nov 22 2006, 07:35 PM)
wait, it isnt working to order player 12.
My trig is like
Order(anyunit,p12,location1,move,location2);
[right][snapback]593539[/snapback][/right]
perserve it?
Well, then something is wrong with the condition or trigger ownership. P12 can't run triggers, so you set the trigger for a real player.
Question 1:
Use order triggers owned by P1, etc. to move p9+ units.
Use Move unit owned by ALL PLAYERS to teleport p9+ units.
Question 2: Disable/Enable/Enable. Look it up in the tutorials.