summaryrefslogtreecommitdiff
path: root/world/map/npc/functions/strangerquiz.txt
diff options
context:
space:
mode:
Diffstat (limited to 'world/map/npc/functions/strangerquiz.txt')
-rw-r--r--world/map/npc/functions/strangerquiz.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/world/map/npc/functions/strangerquiz.txt b/world/map/npc/functions/strangerquiz.txt
new file mode 100644
index 00000000..28fc6887
--- /dev/null
+++ b/world/map/npc/functions/strangerquiz.txt
@@ -0,0 +1,7 @@
+
+function script StrangerQuiz {
+ // param @quizparam$$
+ // return in @quizanswer$
+ set @quizanswer$, getspellinvocation(@quizparam$);
+ return;
+}