Neverwinter Nights Multiplayer Server 24x7 Now with NWN and NWN:EE
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Journal Entry

3 posters

Go down

Journal Entry Empty Journal Entry

Post  DM Drachen Wed Aug 03, 2011 9:43 pm

Perhaps instead of the PC's carrying player voice commands, player books, etc. Maybe we could add them to the journal? This could be easier to find than digging through your inventory. It is rather simple to insert into the module, just add a line of code like this into the on module enter event. Or probably something totally differant knowing my scripting skills.

object oPC = GetEnteringObject();
if ( !GetIsPC(oPC) || GetIsDMPossessed(oPC) )
return;
AddJournalQuestEntry("example", 1, oPC, FALSE);
DM Drachen
DM Drachen
Forum Sage

Male Number of posts : 683
Age : 32
Location : Michigan, USA, EST
Registration date : 2011-01-07

Character sheet
Character Name:
Race: Human
Overall Level:

Back to top Go down

Journal Entry Empty Re: Journal Entry

Post  GM_ODA Sun Jul 12, 2015 8:05 am

BUMP!
GM_ODA
GM_ODA
Forum Oracle

Male Number of posts : 3070
Location : USA East Coast
Registration date : 2008-10-17

Character sheet
Character Name: Firkin Alechugger
Race: Dwarf
Overall Level: 11

https://web.archive.org/web/20151106073532/http://playnwn.com/

Back to top Go down

Journal Entry Empty Re: Journal Entry

Post  Roger_Dodger Sun Jul 12, 2015 4:41 pm

GM_ODA wrote:BUMP!

I have always preferred journal entries (either personal entries or by the game). I have never really liked the additional 'Log Book', and never really figured out how to work it (like where to put the /n or /l commands), not to mention the extra pound of weight to carry around. Seldom is there enough time to even make entries into the Journal, unless you take the time in the inn to jot stuff down before logging off. I have made note of various commands (like the code to use the sparkly pillar transporter in Tivook Inn) into my Journal, but not much else.

Here's a quickie I did in a couple of minutes (thanks LilacSoul)

Code:
/*
 *  Script generated by LS Script Generator, v.TK.0
 *
 *  For download info, please visit:
 *  http://nwvault.ign.com/View.php?view=Other.Detail&id=1502
 */
// Put this under "Actions Taken" in the conversation editor.


void main()
{
    // Get the PC who is in this conversation.
    object oPC = GetPCSpeaker();

    // Update the player's journal.
    AddJournalQuestEntry("Quest_0xx", 1, oPC, FALSE);
}

It would be nice to get something in my Journal if I take an offered job from 'Sam' or whatever the oQuestGiver's name is. Easier on me not to have to jot the info down in my Journal.
Roger_Dodger
Roger_Dodger
Forum Knight

Male Number of posts : 128
Age : 77
Location : Portland, OR USA
Registration date : 2015-05-09

Character sheet
Character Name: Grogan Klepsis
Race: Human
Overall Level: 11

Back to top Go down

Journal Entry Empty Re: Journal Entry

Post  Sponsored content


Sponsored content


Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum