OFPEC Forum

Editors Depot - Mission Editing and Scripting => OFP - Editing/Scripting General => Topic started by: gadolinite on 20 May 2004, 00:31:13

Title: driverless vehicle
Post by: gadolinite on 20 May 2004, 00:31:13
How do you have a vehicle drive without a driver?
Title: Re:driverless vehicle
Post by: General Barron on 20 May 2004, 04:07:39
You can put gamelogics in vehicles (using the "unit moveindriver/cargo/gunner/commander vehicle" command). That will make the vehicle turn its lights on at night, I know, but I'm not sure if they are able to drive the vehicles. Worth a shot though.
Title: Re:driverless vehicle
Post by: dmakatra on 20 May 2004, 09:44:18
You can also do a setvelocity script. Will take you a long time to do though I'm afraid. :(

An other idea is to make an addon without a modell and then in the config.cpp file make him a man.

:beat: *Gets Shot* :beat:
Title: Re:driverless vehicle
Post by: gadolinite on 21 May 2004, 00:32:40
 :)Thanks guys