ComanderShepard Posted December 29, 2010 Posted December 29, 2010 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!
TehBuddha Posted December 29, 2010 Posted December 29, 2010 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 endifend begin onequip if getradiationlevel == 200 && player.getequipped medicpowerarmour == 1 if player.getitemcount radaway >= 1 player.castimmediateonself radaway player.removeitem radaway 1 unlock endif endifend
ComanderShepard Posted December 30, 2010 Author Posted December 30, 2010 Awesome, can someone make this into a mod? It would get a lot of hits, I know it.
LtRhapthorn Posted December 30, 2010 Posted December 30, 2010 Well, if someone fixes the script so Stimpacks work at 20%, then I'd give it a shot.
TehBuddha Posted December 30, 2010 Posted December 30, 2010 (edited) Awesome, can someone make this into a mod? It would get a lot of hits, I know it. It already is, just a buggy one ;p I think Ill take a look at the original medic power armour script, see if Im missing anything. Edited December 30, 2010 by TehBuddha
Recommended Posts