summaryrefslogtreecommitdiff
path: root/npc/functions/main.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-09-07 23:27:25 -0300
committerJesusaves <cpntb1@ymail.com>2019-09-07 23:27:25 -0300
commit0dd6b9f6a0085aa85e0c83422607fe66413f9d24 (patch)
tree5b22f8f7a22de53b13bd06704860520bc45dc8e9 /npc/functions/main.txt
parentda7debe1622f98b60aa56c7702ce2c855ab0357c (diff)
downloadserverdata-0dd6b9f6a0085aa85e0c83422607fe66413f9d24.tar.gz
serverdata-0dd6b9f6a0085aa85e0c83422607fe66413f9d24.tar.bz2
serverdata-0dd6b9f6a0085aa85e0c83422607fe66413f9d24.tar.xz
serverdata-0dd6b9f6a0085aa85e0c83422607fe66413f9d24.zip
How did I ignored the existence of unequipbyid and getmapname?
Anyway, add boss fight music to 018-6-3. Hopefully this will become a norm.
Diffstat (limited to 'npc/functions/main.txt')
-rw-r--r--npc/functions/main.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/functions/main.txt b/npc/functions/main.txt
index b54401e02..2bfb6e29a 100644
--- a/npc/functions/main.txt
+++ b/npc/functions/main.txt
@@ -282,6 +282,7 @@ function script msObjective {
function script getmap {
if (getmapxy(.@mapName$, .@xpos, .@ypos, getarg(0,0)) != 0)
return false;
+ // TODO: Maybe use getmapname() instead of getmapxy?
return .@mapName$;
}