Problems with Script

Post » Wed Dec 11, 2013 11:05 am

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

User avatar
RObert loVes MOmmy
 
Posts: 3432
Joined: Fri Dec 08, 2006 10:12 am

Return to III - Morrowind