summaryrefslogtreecommitdiff
path: root/world/map/npc/magic/level2-hide.txt
diff options
context:
space:
mode:
Diffstat (limited to 'world/map/npc/magic/level2-hide.txt')
-rw-r--r--world/map/npc/magic/level2-hide.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/world/map/npc/magic/level2-hide.txt b/world/map/npc/magic/level2-hide.txt
index 42de7f6a..d6bf538c 100644
--- a/world/map/npc/magic/level2-hide.txt
+++ b/world/map/npc/magic/level2-hide.txt
@@ -1,6 +1,6 @@
-|script|spell-hide|32767
{
- callfunc "magic_checks"; if(@failed) end; // << I wish we had functions that could return >>
+ if(call("magic_checks")) end; // << I wish we had functions that could return >>
if (Sp < 11) end;
set .@level, getskilllv(.school);
if (.@level < .level) end;
@@ -36,7 +36,7 @@ OnEnd:
OnInit:
set .school, SKILL_MAGIC_ASTRAL;
set .invocation$, chr(MAGIC_SYMBOL) + "anwiltyp"; // used in npcs that refer to this spell
- callfunc "magic_register";
+ void call("magic_register");
set .level, 2;
set .exp_gain, 2;
end;