Hi,
How do i get a vehicle to spawn when a unit is not within a trigger?
I have tried combinations of
Activation: - None
Condition: - not (rhys1 in thisList)
On Activ : - rhys1 = "CRP_TRD_RAF_AA_KEY" createVehicle getpos "dot_1"
AND
Activation: - None
Condition: - rhys1 not in thisList
On Activ : - rhys1 = "CRP_TRD_RAF_AA_KEY" createVehicle getpos "dot_1"
This is for a MP Map of mine, i want a Plane to be created each time the plane is taken for using it.. get me? so there is always a plane there so players can use it ..
Hope i have given enuf information..
Rhys