summaryrefslogtreecommitdiff
path: root/npc/functions
diff options
context:
space:
mode:
Diffstat (limited to 'npc/functions')
-rw-r--r--npc/functions/petsales.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/npc/functions/petsales.txt b/npc/functions/petsales.txt
index 8e3715eae..b98634670 100644
--- a/npc/functions/petsales.txt
+++ b/npc/functions/petsales.txt
@@ -33,3 +33,11 @@ function script PDQ_InnerSwitch {
}
return 0;
}
+
+// Returns GHMEMO[GHQ_GetQuestIDByMonsterID(PetName)]
+// Arguments: PetName (eg. Maggot)
+function script PDQ_CheckGHQ {
+ .@mid=GHQ_GetQuestIDByMonsterID(getarg(0));
+ return GHMEMO[.@mid];
+}
+