Epoch 1.0.3 Radiated Zones

Several things.
The init.sqf runs before the player is even loaded into the game so it has no idea what you are wearing. You would need to put your check into some file that is checked when you need it to be.
Secondly, (I have not really read the posts thoroughly), radiationEffect looked to be just and EXAMPLE of what you could do .. its not an actual variable. There is this variable right here is what you want to manipulate.
DZE_InRadiationZone = false;
 
Back
Top