Epoch/Sources/epoch_code/compile/EPOCH_EnterBuilding.sqf

4 lines
121 B
Plaintext
Raw Normal View History

2015-09-14 20:55:36 +00:00
if !(isNull _this) then{
EPOCH_oneWayTP = [player,_this,Epoch_personalToken];
publicVariableServer "EPOCH_oneWayTP";
};