a3_exile_occupation/scripts/reactions/getOnBus.sqf
second_coming 48c160dcb2 bus fix
make the bus stop when you eject so that you don't get run over
2016-04-15 18:06:35 +01:00

6 lines
133 B
Plaintext

// Triggered if a player gets on the public bus
// adds an addaction to stop the bus
_bus = _this select 0;
_unit = _this select 2;