Initial commit
Initial commit [v9.7]
This commit is contained in:
19
_module/nss/opn_jrnl_hsn3.nss
Normal file
19
_module/nss/opn_jrnl_hsn3.nss
Normal file
@@ -0,0 +1,19 @@
|
||||
#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);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user