Begin processusScript
if ( OnActivate == 0 )
return
endif
if ( GetJournalIndex "MV_DeadTaxman" < 10 )
Journal "MV_DeadTaxman" 10
AddTopic "murder of Processus Vitellius"
endif
Activate
End
if ( OnActivate == 0 )
return
endif
if ( GetJournalIndex "MV_DeadTaxman" < 10 )
Journal "MV_DeadTaxman" 10
AddTopic "murder of Processus Vitellius"
endif
Activate
End
My copied script:
Begin TarhielScript
if ( OnActivate == 0 )
return
endif
if ( GetJournalIndex "TQ_1" < 10 )
Journal "TQ_1" 10
AddTopic "Tarhiel"
endif
Activate
End
if ( OnActivate == 0 )
return
endif
if ( GetJournalIndex "TQ_1" < 10 )
Journal "TQ_1" 10
AddTopic "Tarhiel"
endif
Activate
End
My question is, why won't my script work? I have the journal entry, I have the topic, but when I activate Tarhiel's body there's no journal update.
Edit: I checked to see if the topic was added to Seyda Neen, and it wasn't, so it probably isn't anything wrong with the journal but the actual activation.