diff options
Diffstat (limited to 'npc/031-1/house.txt')
-rwxr-xr-x | npc/031-1/house.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/npc/031-1/house.txt b/npc/031-1/house.txt new file mode 100755 index 00000000..690d6da0 --- /dev/null +++ b/npc/031-1/house.txt @@ -0,0 +1,11 @@ + +031-1,95,80,0 script #Door NPC45,0,0,{ + if (QL_CINDY == 3 || QL_CINDY == 4) + goto L_Warp; + message strcharinfo(0), "Door : ##BThe door is locked."; + end; + +L_Warp: + warp "031-2", 23, 28; + end; +} |