diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-01-11 11:32:35 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-01-11 11:32:35 -0200 |
commit | 132b883d450bfbf5c2dfb7c015ce5fdb4e24ae43 (patch) | |
tree | 6070a74152624f06f1ffb67778c69d1ff9bba146 /npc/012-2 | |
parent | 438158ff1516fa4b55f34c8d30d12a1e948f8474 (diff) | |
download | serverdata-132b883d450bfbf5c2dfb7c015ce5fdb4e24ae43.tar.gz serverdata-132b883d450bfbf5c2dfb7c015ce5fdb4e24ae43.tar.bz2 serverdata-132b883d450bfbf5c2dfb7c015ce5fdb4e24ae43.tar.xz serverdata-132b883d450bfbf5c2dfb7c015ce5fdb4e24ae43.zip |
Bad script
Diffstat (limited to 'npc/012-2')
-rw-r--r-- | npc/012-2/door.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/npc/012-2/door.txt b/npc/012-2/door.txt index 0e0a0c1db..113a2252a 100644 --- a/npc/012-2/door.txt +++ b/npc/012-2/door.txt @@ -18,8 +18,10 @@ OnTouch: L_Unauthorized: // Per r8.0 Apane Invasion, there's a moment on main storyline you'll be allowed in .@n=getq(General_Narrator); - if (.@n == 5 || .@n == 6) + if (.@n == 5 || .@n == 6) { slide 59, 82; + end; + } if (@sp_notrespass > 0) goto L_Warning; |