Jump to content

Porting Ammo generator mod script issue


Recommended Posts

i was trying to port Ammo generator found here:

http://www.nexusmods.com/fallout3/mods/19506/?

for myself

 

but the script seemed to unable to save

can anyone please help me find the problem

script:

 

ScriptName AmmoGen2013xMicroFusionCellScript
Float Timer
Short Adjust
Begin GameMode
If Player.GetItemCount AmmoGen2013xMicroFusionCell >= 1
If Player.GetItemCount AmmoMicroFusionCell < 2499
If Timer < 30
Set Timer to Timer + GetSecondsPassed + (Player.GetRadiationLevel / 100)
Else
Set Adjust to ( Player.GetItemCount AmmoGen2013xMicroFusionCell )
Player.AddItem AmmoMicroFusionCell Adjust 1
Set Timer to 0
EndIf
EndIf
EndIf
End
Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...