Epoch/Sources/epoch_code/compile/EPOCH_EnterBuilding.sqf
2015-12-07 10:24:52 -06:00

19 lines
477 B
Plaintext

/*
Author: Aaron Clark - EpochMod.com
Contributors:
Description:
Epoch request teleport
Licence:
Arma Public License Share Alike (APL-SA) - https://www.bistudio.com/community/licenses/arma-public-license-share-alike
Github:
https://github.com/EpochModTeam/Epoch/tree/master/Sources/epoch_code/compile/EPOCH_EnterBuilding.sqf
*/
if !(isNull _this) then{
EPOCH_oneWayTP = [player,_this,Epoch_personalToken];
publicVariableServer "EPOCH_oneWayTP";
};