Changed folder name.
Changed folder name.
This commit is contained in:
17
_module/nss/addfeatjournal.nss
Normal file
17
_module/nss/addfeatjournal.nss
Normal file
@@ -0,0 +1,17 @@
|
||||
//Put this script OnEnter
|
||||
void main()
|
||||
{
|
||||
|
||||
object oPC = GetEnteringObject();
|
||||
|
||||
if (!GetIsPC(oPC)) return;
|
||||
|
||||
int DoOnce = GetLocalInt(oPC, GetTag(OBJECT_SELF));
|
||||
|
||||
if (DoOnce==TRUE) return;
|
||||
|
||||
SetLocalInt(oPC, GetTag(OBJECT_SELF), TRUE);
|
||||
|
||||
AddJournalQuestEntry("feats", 1, oPC, FALSE, FALSE);
|
||||
|
||||
}
|
Reference in New Issue
Block a user