Jump to content

Better Medic Powered Armor for New Vegas.


sait0r

Recommended Posts

Getting the script straight from F3 isn't allowed. Creating the script with its assistance however isn't.

 

Well, where do I modify the medic power armor script for NV? Miscellaneous/Script, correct? Oh, and did you find out what the AP condition is supposed to be?

Edited by sait0r
Link to comment
Share on other sites

Well Ive created this script, it isn't saving could somebody tell me why?

 

Scn ArmorPowerMedic

Begin onequip
if player.isincombat == 1 && player.getequipped ArmorMedicPower == 1
if player.getitemcount stimpak >= 1
if player.gethealthpercentage <= 20
player.castimmediateonself stimpak
player.removeitem stimpak 1
unlock
endif
endif
endif
end

Begin onequip
if getradiationlevel == 200 && player.getequipped ArmorMedicPower == 1
if player.getitemcount radaway >= 1
player.castimmediateonself radaway
player.removeitem radaway 1
unlock
endif
endif
end

Begin onequip
if player.isincombat == 1 && player.getequipped ArmorMedicPower == 1
if player.getitemcount morphine >= 1
if player.gethealthpercentage <= 20
player.castimmediateonself morphine
player.removeitem morphine 1
unlock
endif
endif
endif
end

Link to comment
Share on other sites

Well Ive created this script, it isn't saving could somebody tell me why?

 

Scn ArmorPowerMedic

Begin onequip
if player.isincombat == 1 && player.getequipped ArmorMedicPower == 1
if player.getitemcount stimpak >= 1
if player.gethealthpercentage <= 20
player.castimmediateonself stimpak
player.removeitem stimpak 1
unlock
endif
endif
endif
end

Begin onequip
if getradiationlevel == 200 && player.getequipped ArmorMedicPower == 1
if player.getitemcount radaway >= 1
player.castimmediateonself radaway
player.removeitem radaway 1
unlock
endif
endif
end

Begin onequip
if player.isincombat == 1 && player.getequipped ArmorMedicPower == 1
if player.getitemcount morphine >= 1
if player.gethealthpercentage <= 20
player.castimmediateonself morphine
player.removeitem morphine 1
unlock
endif
endif
endif
end

 

Pretty sure the ObjectID isn't ArmorMedicPower.

Edited by sait0r
Link to comment
Share on other sites

  • 2 weeks later...
  • Recently Browsing   0 members

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