Initial commit
Initial commit [v9.7]
This commit is contained in:
20
_module/nss/aq_agolshadelist.nss
Normal file
20
_module/nss/aq_agolshadelist.nss
Normal file
@@ -0,0 +1,20 @@
|
||||
|
||||
void main()
|
||||
|
||||
{
|
||||
|
||||
object oItem;
|
||||
|
||||
object oPC = GetModuleItemAcquiredBy();
|
||||
|
||||
oItem = GetModuleItemAcquired();
|
||||
if (!GetIsPC(oPC)) return;
|
||||
if (GetLocalInt(oPC, "ac_"+GetTag(oItem))) return;
|
||||
SetLocalInt(oPC, "ac_"+GetTag(oItem), TRUE);
|
||||
|
||||
SetLocalString(oPC, "dtmple1", "1");
|
||||
|
||||
AddJournalQuestEntry("Crypt Desecration", 2, oPC, TRUE, FALSE);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user