Note: LucasForums Archive Project
The content here was reconstructed by scraping the Wayback Machine in an effort to restore some of what was lost when LF went down. The LucasForums Archive Project claims no ownership over the content or assets that were archived on archive.org.

This project is meant for research purposes only.

[K1]Getting rid of journal entries

Page: 1 of 1
 jimbo32
02-16-2007, 10:05 PM
#1
I'm still slaving away at my Yuthura recruit mod, and have run into a bit of a annoyance.

After the recruitment, you're stuck with the Juhani journal entry forever (Yuthura replaces Juhani).

Ideally, what I would like to do is get rid of the Juhani journal entries completely - ie: they don't show up anywhere.

If that's not possible, maybe set the Juhani quest to completed, just to get it off of the active quest list.

Is there a way to do this with scripts?
 stoffe
02-16-2007, 11:47 PM
#2
Ideally, what I would like to do is get rid of the Juhani journal entries completely - ie: they don't show up anywhere.
If that's not possible, maybe set the Juhani quest to completed, just to get it off of the active quest list.


A simple script like this should work to remove Juhani's journal entry:

void main() {
RemoveJournalQuestEntry("k_swg_juhani");
}
 jimbo32
02-17-2007, 5:42 AM
#3
Thanks a lot stoffe - that's just what I was looking for, and it worked like a charm.
Page: 1 of 1