diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-02-26 02:46:30 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-02-26 02:46:30 -0300 |
commit | 48b3014f07e12f42c39120eaf8a5d5b59985805c (patch) | |
tree | 410ecb2b5670df962e178127405b648cdf111eca /npc/003-9 | |
parent | 60d4548bd984b14b04fb611fec0ee05d8718c9ab (diff) | |
download | serverdata-48b3014f07e12f42c39120eaf8a5d5b59985805c.tar.gz serverdata-48b3014f07e12f42c39120eaf8a5d5b59985805c.tar.bz2 serverdata-48b3014f07e12f42c39120eaf8a5d5b59985805c.tar.xz serverdata-48b3014f07e12f42c39120eaf8a5d5b59985805c.zip |
Sketches and Drafts
Diffstat (limited to 'npc/003-9')
-rw-r--r-- | npc/003-9/recepcionist.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/003-9/recepcionist.txt b/npc/003-9/recepcionist.txt index a4efdd6ea..b21cedb15 100644 --- a/npc/003-9/recepcionist.txt +++ b/npc/003-9/recepcionist.txt @@ -52,7 +52,7 @@ L_Cutscene: instance_set_timeout(360, 360, .@inst); instance_init(.@inst); warp .@mapn$, 36, 47; - setpcblock(255, true); + setpcblock(255, true); // FIXME: No commands?! Better add a new constant? addtimer 1000, "#TulimInnStory::OnEvent1"; close; |