-
Notifications
You must be signed in to change notification settings - Fork 18
Teleport
Broström.A | Evul edited this page May 26, 2024
·
14 revisions
This function allow you to set a teleporter from and to any kind of object taking in consideration the height (Z) of the destination. Note that this will not be applied for MARKER, LOCATION and TASK.
/* 0: Object <OBJECT>
* 1: Label text <STRING>
* 2: Destination <MARKER/OBJECT/LOCATION/GROUP/TASK>
*/
[this, "Teleport - Airfield", Airstrip] call Cav_Mission_fnc_teleport;
[this, "Teleport - Base", MyBase] call Cav_Mission_fnc_teleport;
[this, "Teleport - Talon", "FOB_Talon"] call Cav_Mission_fnc_teleport;
[this, "Teleport - Base", "respawn_west"] call Cav_Mission_fnc_teleport;
The function is applied manually via Eden on the objects init.
This function has been moved to cavAddons.
- Features
- fn_gate.sqf (Function)
- Staging Zone (Mission Makers)
- Gate
7th Cavalry Gaming 2018. | Maintained by S3 1BN Scripting Department