Jump to content

Medic Power Armor


ComanderShepard

Recommended Posts

A medic power armor for New Vegas that applies stimpacks, radaway,rad-x, med-x, and maybe even...I don't have an option to let it apply rebound, physco, steady, and all those other drugs, also it should have a cool voice. And of course it has to be compatible with powered power armor. I know this is a little crazy, but since I suck at modding...well I thought this be awesome! If someone wants to do it, pm me because I really want this mod!
Link to comment
Share on other sites

I gave it a shot, But for some reason it didnt apply the stimpacks when my health dropped to 20% :confused:

 

Heres the script, if anybody wants to take a look, Im fairly new new to scripting, so no doubt I made a mistake I didnt notice.

 

 

 

Scn MedicPowerArmourooo

 

Begin onequip

 

if player.isincombat == 1 && player.getequipped medicpowerarmour == 1

if player.getitemcount stimpak >= 1

if player.gethealthpercentage <= 20

player.castimmediateonself stimpak

player.removeitem stimpak 1

endif

endif

endif

end

 

begin onequip

if getradiationlevel == 200 && player.getequipped medicpowerarmour == 1

if player.getitemcount radaway >= 1

player.castimmediateonself radaway

player.removeitem radaway 1

unlock

endif

endif

end

 

 

Link to comment
Share on other sites

  • Recently Browsing   0 members

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