Hi all! I've had success in getting persistence to work for everything excep player position and gear - both reset to the default. I'm using the War Room, and have enabled persistence on the Data module and Player module. I have the following in my description file:
-------------------------------------
respawnOnStart = -1;
briefing = 1;
debriefing = 1;
respawn = 3;
respawnDelay = 5;
RespawnDialog = 0;
-------------------------------------
In my init file, I have this at the top:
-------------------------------------
waituntil {(player getvariable ["alive_sys_player_playerloaded",false])};
-------------------------------------
Can anyone help me shed some light on this issue? I'm happy to post my mission, or any logs to assist with resolving!