Jump to content

Disable/Enable with GetJournalIndex not working on mod landscape


Recommended Posts

created a new journal ID and used that, which worked, but if anyone can tell me what the problem was with the info below i would like to know. in the case below the journal ID was created before the scripts but in the test mod too i believe...

 

using the same script that works in a test mod with 2 objects in seyda neen but not while using it on my mod landscape... i don't get it... 1 is disabled and 1 enabled, like it should be, but the disabled one doesn't get enabled and vice versa...

this script, tried different ones, but this is from morrowind itself... the other script is inverted, so 1 disables 1 enables

Spoiler
Begin z_part_1

short doOnce

if ( doOnce == 1 )
	if ( GetJournalIndex ztm_ash_shrine > 0 ) 
		Set doOnce to 2
		Enable
	endif
	Return
endif

if ( doOnce == 0 )
	Set doOnce to 1
	Disable
endif

end

 

i thought maybe it's the journal ID, but in the test mod i tested IDs in different forms, all worked.

the original script is "ajiraReports" and placing the reports on my landscape it is correctly disabled and enables by journal entry....

Edited by FIMzzZzz
Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...