diff options
-rw-r--r-- | npc/003-0/recepcionist.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/npc/003-0/recepcionist.txt b/npc/003-0/recepcionist.txt index 5f6ee6870..630eccaa3 100644 --- a/npc/003-0/recepcionist.txt +++ b/npc/003-0/recepcionist.txt @@ -150,3 +150,13 @@ OnInit: end; } + +003-0,48,24,0 script #MagicAcademy NPC_HIDDEN,1,0,{ + end; + +OnTouch: + if (MAGIC_LVL) + warp "027-1", any(89,90), 155; + end; +} + |