Initial commit
Initial commit [v9.7]
This commit is contained in:
18
_module/nss/aq_scalpel4.nss
Normal file
18
_module/nss/aq_scalpel4.nss
Normal file
@@ -0,0 +1,18 @@
|
||||
|
||||
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);
|
||||
|
||||
AddJournalQuestEntry("The Mouser's Blade", 3, oPC, TRUE, FALSE);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user