Begin 01mc_01mcdoor1if ( GetDisabled == 0 ) if ( GetJournalIndex "mc_dissidentpriest" < 160 ) Disable endifelseif ( GetDisabled == 1 ) if ( GetJournalIndex "mc_dissidentpriest" >= 160 ) Enable endifendifEnd 01mc_01mcdoor1
And i was wodnering if something like this would work: (remember, Slaanesh= no scripting knowledge)
Begin 01mc_01mcdoor1if ( GetDisabled == 0 ) if ( GetJournalIndex "mc_dissidentpriest" < 160 ) Disable endifelseif ( GetDisabled == 1 ) if ( GetJournalIndex "mc_dissidentpriest" >= 160 ) Enable endifendifif ( activate == 1 ) Journal "mc_dissidentpriest" 170 set activate to 0endifif ( activate == 0 )endifEnd 01mc_01mcdoor1
I just typed that based off of what I think I know, so please correct me about my wrongness :/