There was an error while loading. Please reload this page.
The gate function creates a automated open and close gate system without requirement of setting up triggers.
/* Arguments: * 0: Object <OBJECT> * 1: Side <STRING> (Optional) (Default; WEST) * 2: Distance <STRING> (Optional) (Default; 30) */ ["gate"] call cav_mission_fnc_gate; ["gate","WEST"] call cav_mission_fnc_gate; ["gate","WEST", 30] call cav_mission_fnc_gate;
The function is applied manually via Eden on the objects init.
cScripts Development Wiki