Lankhmar_PRC8/_module/nss/opn_jrnl_hsn3.nss

20 lines
331 B
Plaintext
Raw Permalink Normal View History

2025-04-03 12:54:47 -04:00
#include "nw_i0_tool"
void main()
{
object oPC = GetLastOpenedBy();
if (!GetIsPC(oPC)) return;
int DoOnce = GetLocalInt(OBJECT_SELF, GetTag(OBJECT_SELF));
if (DoOnce==TRUE) return;
SetLocalInt(OBJECT_SELF, GetTag(OBJECT_SELF), TRUE);
RewardPartyXP(5, oPC, TRUE);
AddJournalQuestEntry("Hasan's Map", 3, oPC, TRUE, FALSE);
}