Epoch/Sources/epoch_code/compile/setup/EPOCH_clientRespawn.sqf

10 lines
181 B
Plaintext
Raw Normal View History

2015-09-14 20:55:36 +00:00
call EPOCH_clientInit;
[] spawn EPOCH_masterLoop;
[5,100] call EPOCH_niteLight;
Epoch_canBeRevived = true;
[] execFSM "\x\addons\a3_epoch_code\system\gender_selection.fsm";
true