Home   Help Search Login Register  

Author Topic: HELP MEEEEEEEEE!!!!!  (Read 520 times)

0 Members and 2 Guests are viewing this topic.

InFeErNiTo

  • Guest
HELP MEEEEEEEEE!!!!!
« on: 18 Mar 2004, 12:46:49 »
hey im making a resistance campaign, but im having trouble with the synchronize function. i have a tank with three crewmen in the tank, i want their waypoint to be activated when a certain trigger is true. I have linked the trigger and waypoint up using the synchronize command, but the tank moves as soon as the mission starts ???.

Any help would be appriated

thx
« Last Edit: 18 Mar 2004, 12:48:43 by InFeErNiTo »

MadFred

  • Guest
Re:HELP MEEEEEEEEE!!!!!
« Reply #1 on: 18 Mar 2004, 12:59:19 »
Hello.

If you want the tank to stay put, you could make him start without fuel.
then you can use setfuel 1 on him when he needs to move and it will go

also when you want someone or some vehicle to hold at a certain waypoint, by using a trigger on it to make em go, you should not use that trigger on the waypoint they have to go to, but have a waypoint before that close to the unit.
the unit will wait at this one, till trigger is activated and then go to the next.

InFeErNiTo

  • Guest
Re:HELP MEEEEEEEEE!!!!!
« Reply #2 on: 18 Mar 2004, 13:05:18 »
what i want is the tank to start moving when the

"2" objstatus "done"

is complete, this trigger is activated when all the russian enemies are dead. But for some reason the tank ignors the comand and moves anyway, even though the trigger isn't activated.

MadFred

  • Guest
Re:HELP MEEEEEEEEE!!!!!
« Reply #3 on: 18 Mar 2004, 13:10:27 »
ok

you have the tank present at it's starting location.

give him a waypoint "move" close to it's position.
and after that the waypoint of where you want him to go.

make a trigger that will be activated when thee obj status turns done.
synchronise this trigger with the tank's first waypoint.

this should already do the trick but as an extra option you could make the tank start without fuel and put:

"tank" setfuel 1

in this same trigger

this way it cant move till the trigger is activated

I hope this helps.

InFeErNiTo

  • Guest
Re:HELP MEEEEEEEEE!!!!!
« Reply #4 on: 18 Mar 2004, 13:12:04 »
you should not use that trigger on the waypoint they have to go to, but have a waypoint before that close to the unit.
the unit will wait at this one, till trigger is activated and then go to the next.

ok thx, it seems to work