Arma 3
Antistasi Ultimate - Mod
civilian variable?
what is the variable for vehicles being considered "civilian"
< >
Showing 1-4 of 4 comments
Silence  [developer] 4 Feb, 2024 @ 5:51am 
undercoverVehicles is the public variable

private _undercoverVehicles = (arrayCivVeh - ["C_Quadbike_01_F"]) + FactionGet(reb,"vehiclesCivBoat") + FactionGet(reb,"vehiclesCivHeli") + FactionGet(reb, "vehiclesCivPlane");
Axiolot T4T 4 Feb, 2024 @ 6:47am 
Originally posted by Silence:
undercoverVehicles is the public variable

private _undercoverVehicles = (arrayCivVeh - ["C_Quadbike_01_F"]) + FactionGet(reb,"vehiclesCivBoat") + FactionGet(reb,"vehiclesCivHeli") + FactionGet(reb, "vehiclesCivPlane");
thanks alot!
Axiolot T4T 4 Feb, 2024 @ 9:14pm 
Originally posted by Silence:
undercoverVehicles is the public variable

private _undercoverVehicles = (arrayCivVeh - ["C_Quadbike_01_F"]) + FactionGet(reb,"vehiclesCivBoat") + FactionGet(reb,"vehiclesCivHeli") + FactionGet(reb, "vehiclesCivPlane");
i do have to ask, how would i make a vehicle be considered civilian, i tried using setvariable but it didnt work
Silence  [developer] 5 Feb, 2024 @ 5:44am 
Editing variables mid game is sketchy, your best bet would be creating a proper civilian faction using the extender example
< >
Showing 1-4 of 4 comments
Per page: 1530 50