TDL_Guvie Posted April 12, 2004 Share Posted April 12, 2004 What is the script that makes your journal update when an NPC is killed? Also, if you have the time, whats the script to make your journal update when you pickup a specific item? This information would be helpful. ;) Link to comment Share on other sites More sharing options...
Marxist ßastard Posted April 12, 2004 Share Posted April 12, 2004 ...Very easy... Just make the following into a local script on the NPC you need the journal update for, and replace all that needs replacing... If ( OnDeath ) Journal ##JOURNAL_THREADNAME## ##JOURNAL_INDEX## EndIf For an item that updates the journal when picked up, replace "OnDeath" with "OnActivate. Link to comment Share on other sites More sharing options...
TDL_Guvie Posted April 12, 2004 Author Share Posted April 12, 2004 Does that work with objects that in an NPC's inventory or does it have to be in the world? Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.