Hi All
When I activate a book in my mod the game crashes, and I heard about it crashing with other people when the downloaded a previous version of the mod.
The mod is http://www.gamesas.com/topic/1460854-wip-new-grandmaster-of-hlaalu/
I'm posting the script I'm using.
Begin HH_YellowRegisterScript
If ( MenuMode == 1 )
Return
EndIf
If ( GetJournalIndex, "HAL_yellowregister" < 80 )
If ( GetDisabled == 0 )
Disable
EndIf
Else
If ( GetDisabled == 1 )
Enable
EndIf
EndIf
End HH_YellowRegisterScript
if anyone can help me out I'd appreciate it.
Thanks in Advance,
Lady Galadriel