Nerd Rage throwing script error and not triggering

Post » Mon Dec 07, 2015 10:06 am

I'm trying to fix a bug for one of my users. He sent me a save that he claims Nerd Rage only works when you open the pipboy when you are below the health threshold.

Sure enough, he's right. I was not able to duplicate this on my own save file, but here it seems to be throwing a Papyrus error when it's supposed to activate:

[12/06/2015 - 07:01:00AM] error: Cannot call Remove() on a None object, aborting function call
stack:
[None].PerkNerdRageSlowTimeScript.OnEffectFinish() - "g:\_F4\Art\Raw\Scripts\PerkNerdRageSlowTimeScript.psc" Line 21
[12/06/2015 - 07:01:00AM] error: Cannot call PopTo() on a None object, aborting function call
stack:
[None].PerkNerdRageSlowTimeScript.OnEffectFinish() - "g:\_F4\Art\Raw\Scripts\PerkNerdRageSlowTimeScript.psc" Line 24

Not exactly sure what to do about it given we can't compile or decompile scripts yet, but there must be some reason it's affecting his save and not mine. I just don't know what it is.
User avatar
Jani Eayon
 
Posts: 3435
Joined: Sun Mar 25, 2007 12:19 pm

Post » Mon Dec 07, 2015 1:40 am

Seems I managed to fix it by removing and re-adding the spell tied with it.

player.removespell 4d884
player.addspell 4d884
User avatar
Jeff Tingler
 
Posts: 3609
Joined: Sat Oct 13, 2007 7:55 pm


Return to Fallout 4