From 459c130d50a207dc2f99a169fed918e680147062 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 25 Feb 2020 13:17:01 -0300 Subject: After some live testing, Inn Cutscene is complete :3 --- npc/003-9/recepcionist.txt | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'npc/003-9/recepcionist.txt') diff --git a/npc/003-9/recepcionist.txt b/npc/003-9/recepcionist.txt index 69b0ad890..a4efdd6ea 100644 --- a/npc/003-9/recepcionist.txt +++ b/npc/003-9/recepcionist.txt @@ -37,15 +37,21 @@ close; L_Cutscene: - mesc l("continues"), 1; - close; + mesn strcharinfo(0); + mesq l("Hello, Lua told me she booked a room for me."); + next; + mesn; + mesq l("Ah, so you must be %s, the new guy! Yes, it is on the rooms upstairs. I'll bring you there, don't you worry a thing!", strcharinfo(0)); + tutmes l("During cutscenes, you cannot move. If you do, you'll be forcibly pushed back."), l("Cutscenes"); + next; + closeclientdialog; .@mapn$="tinn@"+getcharid(0); .@inst = instance_create("Tulim Inn "+getcharid(0), getcharid(3), IOT_CHAR); instance_attachmap("003-9", .@inst, false, .@mapn$); // Instance lasts 6 minutes instance_set_timeout(360, 360, .@inst); instance_init(.@inst); - warp .@man$, 36, 47; + warp .@mapn$, 36, 47; setpcblock(255, true); addtimer 1000, "#TulimInnStory::OnEvent1"; close; -- cgit v1.2.3-60-g2f50