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

11 lines
182 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