Here's a script that I'm having problems with. When I read a certain book that has been added in game by my mod, the game crashes. I'll post the mod so someone could help me out about what the problem might be.
Begin 1a_YellowRegisterScript
If ( MenuMode == 1 )
Return
EndIf
If ( GetJournalIndex, "HAL_yellowregister" < 80 )
If ( GetDisabled == 0 )
Disable
EndIf
Else
If ( GetDisabled == 1 )
Enable
EndIf
EndIf
End 1a_YellowRegisterScript
Lady Galadriel