diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-08-22 18:25:22 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-08-22 18:25:22 -0300 |
commit | d8b24f235a1514418b5a8652e34e0ed34d7faf57 (patch) | |
tree | 2b329df228ada4e20910782370c432e16d83c726 /npc | |
parent | a0eec150a202785a058304d505bf5dcabf503c23 (diff) | |
download | serverdata-d8b24f235a1514418b5a8652e34e0ed34d7faf57.tar.gz serverdata-d8b24f235a1514418b5a8652e34e0ed34d7faf57.tar.bz2 serverdata-d8b24f235a1514418b5a8652e34e0ed34d7faf57.tar.xz serverdata-d8b24f235a1514418b5a8652e34e0ed34d7faf57.zip |
Let's try with callfunc
Diffstat (limited to 'npc')
-rw-r--r-- | npc/014-5/sagratha.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/014-5/sagratha.txt b/npc/014-5/sagratha.txt index 2b13a8503..93e2ab6f3 100644 --- a/npc/014-5/sagratha.txt +++ b/npc/014-5/sagratha.txt @@ -41,7 +41,7 @@ function script SaggyInstCheck { if (getmapinfo(MAPINFO_SIZE_X, .@mapn$) <= 0) { setq2 HurnscaldQuest_Sagratha, 0; // Infinite Loop? - return SaggyInstCheck(.@house); + return callfunc("SaggyInstCheck", .@house); } if (.@house) { |