(this is my second post in this forum, my first is quite the same but in a one year old thread)
i am using the following script for saving the loadout on death and adding it to player on respawn:
it works fine with the acception, that the ruck content doubles on every respawn. it seens that this script doesnt remove the ruck items.
i think that after the line where it sais:
" ...
waitUntil { alive player };
if (_DEBUG) then { player sideChat "Gearing player..." };
..."
there has to come a line which removes everything that was put into the ruck.
another possibility is to remove the backpack reference in this script completely, but i dont know wether that will work and how exatly it should be done since my scripting skills are not present.
could it be that this script is outdated?