OFPEC Forum

Editors Depot - Mission Editing and Scripting => OFP - Editing/Scripting General => Topic started by: RolsRois on 23 Oct 2005, 14:58:48

Title: A Simple Question
Post by: RolsRois on 23 Oct 2005, 14:58:48
ok so here we go.
i want to make civilien units to become east or west or resistence, how can i do it?
Title: Re:A Simple Question
Post by: 456820 on 23 Oct 2005, 15:30:40
create a resistance soldier /east/west on whatever you want set that units condition to false i think it is and then group the civillians to that soldier
Title: Re:A Simple Question
Post by: Lean Bear on 23 Oct 2005, 18:57:13
I haven't heard that one before...

Create a unit (of higher rank) of whatever side you want the civ to join. Group him with the civilian.

Then, put deleteVehicle this in the unit's init field.
Title: Re:A Simple Question
Post by: THobson on 23 Oct 2005, 19:26:33
Both work.  I use the set condition of presence to false method myself.
Title: Re:A Simple Question
Post by: RujiK on 23 Oct 2005, 21:19:53
Or you can just edit the mission.sqm and change the units side.
Title: Re:A Simple Question
Post by: 456820 on 23 Oct 2005, 22:35:22
then it wouldnt be a civillian would it
Title: Re:A Simple Question
Post by: RolsRois on 23 Oct 2005, 22:44:26
acctuoly 456820 helped me and what he said was correct, thanks dude, topic solved  :D