diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-06-07 01:36:06 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-06-07 01:36:06 -0300 |
commit | f57774e853979e9e1591bdf6378a12133f48d2e3 (patch) | |
tree | a326f87267f5972e554e7be1da3fe06cc2cf7b9e /npc/024-16/guards.txt | |
parent | 9d581b9d93b65c6cb7bdcb59c63cf1ab0c818b50 (diff) | |
download | serverdata-f57774e853979e9e1591bdf6378a12133f48d2e3.tar.gz serverdata-f57774e853979e9e1591bdf6378a12133f48d2e3.tar.bz2 serverdata-f57774e853979e9e1591bdf6378a12133f48d2e3.tar.xz serverdata-f57774e853979e9e1591bdf6378a12133f48d2e3.zip |
You can now visit King Gelid and be locked within this Throne Room
Diffstat (limited to 'npc/024-16/guards.txt')
-rw-r--r-- | npc/024-16/guards.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/npc/024-16/guards.txt b/npc/024-16/guards.txt index e07294c7b..80405dd83 100644 --- a/npc/024-16/guards.txt +++ b/npc/024-16/guards.txt @@ -16,3 +16,15 @@ OnInit: 024-16,25,33,0 duplicate(Royal Guard#02416A) Royal Guard#02416B NPC_BRGUARD_SWORD 024-16,35,33,0 duplicate(Royal Guard#02416A) Royal Guard#02416C NPC_BRGUARD_BOW + +// Before King Gelid give you his OK, you cannot leave throne room +024-16,30,53,0 script #FrostiaKingAudience NPC_HIDDEN,1,0,{ +end; +OnTouch: + if (getq(General_Narrator) <= 12) { + slide 30, 52; + dispbottom l("Ops, I should not leave this room without talking to the king first."); + } + end; +} + |