-----
begin 0HP_Mountainstage1
short daysPassed
if ( GetPCCell "Solstheim, Hvitkald Peak: Gamlin's cave" == 0 )
if ( daysPassed > 5 )
Journal HP_IceTomb 10
endif
endif
endif
End
----
Additionally its meant to activate this script in turn =
-----
begin 0HP_TyrsWarning
short doOnce
short GetDisabled
if ( GetDisabled == 0 )
if ( GetJournalIndex HP_IceTomb = 10 )
Enable
endif
endif
if ( GetDisabled == 0 )
if ( GetJournalIndex HP_IceTomb < 10 )
Disable
endif
endif
if ( GetDisabled == 0 )
if ( GetJournalIndex HP_IceTomb > 20 )
Disable
endif
endif
if ( doOnce == 0 )
if ( GetDistance Player < 200 )
if ( GetJournalIndex HP_IceTomb = 10 )
ForceGreeting
set doOnce to 1
endif
endif
endif
end 0HP_TyrsWarning
---
I know that the first script isn't working and I want to run the second by scripters anyway