can't remove constant "journal entry" pop up

Post » Wed Aug 19, 2009 9:01 am

So I've finally got my keening mod together, however whenever the keening is changed, the game tell me the journal entry has been updated. is there any way to remove this from happening every time the player changes keening? I have no experience with the journal editor so any help is appreciated.
User avatar
Heather Stewart
 
Posts: 3525
Joined: Thu Aug 10, 2006 11:04 pm

Post » Wed Aug 19, 2009 8:59 pm

We'd need to see teh scripts you've modified in order to diagnose the problem.
User avatar
Davorah Katz
 
Posts: 3468
Joined: Fri Dec 22, 2006 12:57 pm

Post » Wed Aug 19, 2009 4:14 pm

Make a do once conditional that gets set to 1 the first time Keening is equipped:

short doOnceshort OnPCEquip ;this should already be declared by the Keening scriptif  ( OnPCEquip == 1 )     if ( doOnce == 0 )        Journal   ;should already be set by the Keening script.        set doOnce to 1        set OnPCEquip to 0    endifendif

User avatar
Vincent Joe
 
Posts: 3370
Joined: Wed Sep 26, 2007 1:13 pm

Post » Wed Aug 19, 2009 7:17 pm

thanks, i'll update my esp once i get a chance.
User avatar
Marie
 
Posts: 3405
Joined: Thu Jun 29, 2006 12:05 am


Return to III - Morrowind