Jump to content

Script Causes Game To Crash On Run


ReconArbiter189

Recommended Posts

Hello. I am attempting to make a script that I can apply to the power armor in the game. My wishes for the mod are that once the armor is picked up, it is immediately equipped. And when it is unequipped, it is automatically removed and placed at the player's feet.

 

On the side note, I also want to add a script to power helmets that if power armor isn't being worn, the helmet can't be worn either.

 

I have attempted to come up with a script to do this, but when it runs, it immediately crashes the game. I'm not the best scripter, so I'd like some help.

 

scn T45dPowerArmorUnequipScript
Begin OnAdd player
Player.equipitem armorpower
Player.setscale 1.10
End
Begin OnUnequip player
Player.removeitem armorpower 1
Playersetscale 1.00
Player.placeatme armorpower 1
End
I'm not exactly sure what to do for this script.
Link to comment
Share on other sites

  • Recently Browsing   0 members

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