Added NWN Dark Sun module contents
Added NWN Dark Sun module contents.
This commit is contained in:
9
nwnds_module/wow_inc_journal.nss
Normal file
9
nwnds_module/wow_inc_journal.nss
Normal file
@@ -0,0 +1,9 @@
|
||||
// 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);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user