yeah I was wondering why this script doesn't work
there are probably a million reasons. Im a total noobie to scripting for ofp. I don't know what scripting language its based on, im familiar to c++ so... well here it is
; Conversation one between self and officer
_Officer = _this select 0
_Self = _this select 1
_Car = _this select 2
[_Officer] AssignAsDriver _Car
[_Self] AssignAsCargo _Car
TitleText["Get in the car, we are going to drive to an airport nearby", "plain down"]
~3
[_Officer] OrderGetIn true
[_Self] OrderGetIn true
exit