sait0r Posted May 26, 2011 Author Share Posted May 26, 2011 (edited) 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 May 26, 2011 by sait0r Link to comment Share on other sites More sharing options...
laochra Posted May 26, 2011 Share Posted May 26, 2011 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 More sharing options...
sait0r Posted May 26, 2011 Author Share Posted May 26, 2011 (edited) 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 May 26, 2011 by sait0r Link to comment Share on other sites More sharing options...
sait0r Posted May 26, 2011 Author Share Posted May 26, 2011 (edited) whoops double post Edited May 26, 2011 by sait0r Link to comment Share on other sites More sharing options...
laochra Posted May 26, 2011 Share Posted May 26, 2011 Ive made a new armor which is called ArmorPowerMedic Link to comment Share on other sites More sharing options...
sait0r Posted May 26, 2011 Author Share Posted May 26, 2011 Ive made a new armor which is called ArmorPowerMedic Oh, okay. Are you using the geck power up? Link to comment Share on other sites More sharing options...
laochra Posted June 10, 2011 Share Posted June 10, 2011 Ok Ive made it and am uploading it now. Link to comment Share on other sites More sharing options...
laochra Posted June 10, 2011 Share Posted June 10, 2011 http://www.newvegasnexus.com/downloads/file.php?id=42295 There it is! what do yas think? Link to comment Share on other sites More sharing options...
Recommended Posts