a3_exile_occupation/scripts/reactions/getOffBus.sqf
second_coming b08f08ec0c v19 tweaks & fixes
Survivor AI now attack hostile players. Survivor side changed from WEST
to CIVILIAN
2016-04-15 01:49:24 +01:00

9 lines
205 B
Plaintext

// Triggered if a player gets off the public bus
// removes the addaction to stop the bus
_bus = _this select 0;
_unit = _this select 2;
if(isPlayer _unit) then
{
_bus removeAction SC_bustop;
};