OFPEC Forum

Editors Depot - Mission Editing and Scripting => OFP - Editing/Scripting General => Topic started by: NightJay0044 on 22 Oct 2008, 21:24:29

Title: how to assign seat position
Post by: NightJay0044 on 22 Oct 2008, 21:24:29
Hi, I'm trying to figure out how to get a soldier to get into the back of a ural truck but not move in the front seat, how do you get him to sit in the back? 

Thank you.. :D
Title: Re: how to assign seat position
Post by: bedges on 22 Oct 2008, 21:31:58
Assign game logics to the front seats.
Title: Re: how to assign seat position
Post by: NightJay0044 on 22 Oct 2008, 21:44:13
@ Bedges;
Thanks bedges, great idea, but I may be doing it wrong. Here is what's in the editor

Game Logic:
Name: G1

Game Logic:
Name: G2

Trigger 1:
Condition: true
On Activation:
Quote
G1 moveincargo Ural; G2 moveincargo Ural;

Ural:
Name: Ural..

That's all I have and the black op still sits in the front seat.

Any idea?

Appreciated,
NightJay
Title: Re: how to assign seat position
Post by: bedges on 22 Oct 2008, 22:04:22
Look at the attached missionette.
Title: Re: how to assign seat position
Post by: NightJay0044 on 22 Oct 2008, 23:12:28
I did actual figure it out. I put the an empty ural truck and used a moveindriver to get the soldier in the ural truck.

For some reason if the ural wasn't empty and it had an east soldier in it, then it wouldn't work but if it was empty then you could use the game logics...I don't know why, but ah well got it to work..

 :check:

Thanks for the attatchment anyways...I'll may have to download it later..