Home   Help Search Login Register  

Author Topic: Wont move  (Read 667 times)

0 Members and 1 Guest are viewing this topic.

max_killer_payne

  • Guest
Wont move
« on: 05 Apr 2004, 20:29:09 »
Im puzzled. I really am.

I have an officer. I want him to get into a car. He gets into the car. I use the

Code: [Select]
[tgt] OrderGetIn true
tgt AssignAsDriver jeep

Fine. He gets in. No problems.

Now I want him to drive to an fup. But he wont move dammit  >:( !!! He just gets in the car and sits there. I use the domove and getpos commands to try and get him to move, but he wont. I checked to see if the car has fuel, it does. His behaviour is "SAFE". But he wont move. He's not in a group.

Offline alimag

  • Contributing Member
  • **
  • I'm a llama!
Re:Wont move
« Reply #1 on: 05 Apr 2004, 21:12:32 »
Hi,

the group leader will not move with the domove command. You have to use the move command.

tgt move getPos whatever

I will also suggest that you assign the position before ordering to get in

Cheers

max_killer_payne

  • Guest
Re:Wont move
« Reply #2 on: 05 Apr 2004, 21:22:15 »
nope dont work.

Thanks anyway though  ;D

max_killer_payne

  • Guest
Re:Wont move
« Reply #3 on: 05 Apr 2004, 21:31:15 »
I don't know whether this matters, but the car is empty to start of with. And im using an object for him to move too. I think I have had the same problem before, but cant remember how it was resolved.

Offline macguba

  • Former Staff
  • ****
    • macguba's operation flashpoint page
Re:Wont move
« Reply #4 on: 05 Apr 2004, 21:34:45 »
Why aren't you using waypoints?   Getin and Move would do the trick nicely.
Plenty of reviewed ArmA missions for you to play

Jo Jo Joni

  • Guest
Re:Wont move
« Reply #5 on: 06 Apr 2004, 00:00:51 »
Try the following:

jeepname move getpos whatever,

where jeepname is the name of the empty jeep.

That should work.  :)

max_killer_payne

  • Guest
Re:Wont move
« Reply #6 on: 06 Apr 2004, 08:32:15 »
@Macguba, Im not using waypoints cos theres somethings he has to do first. Its a scripted cutscene.

@Joni, yeah tried that already, didn't work

SS_hunter

  • Guest
Re:Wont move
« Reply #7 on: 06 Apr 2004, 08:48:49 »
lol i wish i could help to repay u

but seeing i'm n00b i'ma just wish u all da best  ;D sry

Offline Artak

  • The old beanbag shaker
  • Former Staff
  • ****
  • You want to talk about it, yes?
    • OFP Team Finlanders
Re:Wont move
« Reply #8 on: 06 Apr 2004, 08:49:07 »
- Make sure the jeep has fuel
- Check that there's nothing blocking the way
- Use the command tgt move getpos object where object is the name of the object you want him to drive to.
- If the above fails, move the jeep to a new location and try again.
Not all is lost.

max_killer_payne

  • Guest
Re:Wont move
« Reply #9 on: 06 Apr 2004, 11:16:24 »
 ;D  ;D  ;D  ;D  ;D

IT WORKS!! HAHAHA!!

Thank u everyone

godamit, i cant believe I didnt get that one.

Thank you!!