Here's the situation: I want to modify one FWE script, but whenever I try to save it the GECK crashes. If anyone could do this for me I'd be most grateful. The original script is in the "FO3 Wanderers Edition - Main File.esm", This is the modified version, just copy/paste it on top of existing one. It'll probably also require to make a FormList AmmoWeight002List. Oh, it also requires FOSE to load the GECK.
scn FWEAmmoSupplyScriptshort WG1short WG2short WG3short WG5short WG10short WG100short WG300short ReCalcfloat AWeightBegin OnDrop player.additem FWEAmmoSupply 1 disable markfordeleteEndBegin MenuMode set WG1 to player.GetItemCount AmmoWeight001List set WG2 to 2 * player.GetItemCount AmmoWeight002List set WG3 to 3 * player.GetItemCount AmmoWeight003List set WG5 to 5 * player.GetItemCount AmmoWeight005List set WG10 to 10 * player.GetItemCount AmmoWeight010List set WG100 to 100 * player.GetItemCount AmmoWeight100List set WG300 to 300 * player.GetItemCount AmmoWeight300List set AWeight to ( ( WG1 + WG2 + WG3 + WG5 + WG10 + WG100 + WG300) / 100 ) Setweight AWeight FWEAmmoSupply Setweight AWeight FWEAmmoToken1 Set FWEAmmowg1 to AWeightEndBegin GameMode set WG1 to player.GetItemCount AmmoWeight001List set WG2 to 2 * player.GetItemCount AmmoWeight002List set WG3 to 3 * player.GetItemCount AmmoWeight003List set WG5 to 5 * player.GetItemCount AmmoWeight005List set WG10 to 10 * player.GetItemCount AmmoWeight010List set WG100 to 100 * player.GetItemCount AmmoWeight100List set WG300 to 300 * player.GetItemCount AmmoWeight300List set AWeight to ( ( WG1 + WG2 + WG3 + WG5 + WG10 + WG100 + WG300) / 100 ) Setweight AWeight FWEAmmoSupply Setweight AWeight FWEAmmoToken1End