NWNDS/nwn_dark_sun/wow_inc_journal.nss
Jaysyn904 b01c5cc7db Added PnP Dire Rat.
Added PnP Dire Rat.
2021-07-21 17:48:43 -04:00

10 lines
285 B
Plaintext

// This will return the state of the journal quest.
// sJournalID is the tag of the journal quest to return
// oPlayer is the player to retrieve it from
int GetJournalQuestStatus (string sJournalID, object oPlayer)
{
return GetLocalInt(oPlayer, "NW_JOURNAL_ENTRY"+sJournalID);
}