Epoch/Sources/epoch_code/compile/setup/EPOCH_clientRespawn.sqf
2015-09-14 15:55:36 -05:00

10 lines
181 B
Plaintext

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