summaryrefslogtreecommitdiff
path: root/npc/008-1-1/cutscene.txt
diff options
context:
space:
mode:
authorKurt Kuschinski <kurt.kuschinski@gmail.com>2021-01-09 22:18:14 +0000
committerJesusaves <cpntb1@ymail.com>2021-01-09 22:18:14 +0000
commit2283d32a1cf2961253a6dc63979f5c80e8175f8a (patch)
tree67d1ead1ca74456f9ba1ed6f815e066148e9f403 /npc/008-1-1/cutscene.txt
parentb12c37346ced0014d3900b2b86c1319cd7d1db80 (diff)
downloadserverdata-2283d32a1cf2961253a6dc63979f5c80e8175f8a.tar.gz
serverdata-2283d32a1cf2961253a6dc63979f5c80e8175f8a.tar.bz2
serverdata-2283d32a1cf2961253a6dc63979f5c80e8175f8a.tar.xz
serverdata-2283d32a1cf2961253a6dc63979f5c80e8175f8a.zip
Prepare serverdata for evol-hercules!31
Deprecate g() and lg()
Diffstat (limited to 'npc/008-1-1/cutscene.txt')
-rw-r--r--npc/008-1-1/cutscene.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/008-1-1/cutscene.txt b/npc/008-1-1/cutscene.txt
index 4d50ea1b..a9d39a6c 100644
--- a/npc/008-1-1/cutscene.txt
+++ b/npc/008-1-1/cutscene.txt
@@ -98,11 +98,11 @@ OnBegin:
.@tm$=instance_npcname("Thamas");
npctalk l("Welcome to my humble abode."), .@mc$;
sleep2(500);
- npctalk lg("Who is that fellow?"), .@tm$;
+ npctalk l("Who is that fellow?"), .@tm$;
sleep2(2500);
npctalk l("Thamas, this is a stowaway who reached here from Artis."), .@mc$;
sleep2(2500);
- npctalk lg("Yes, I remember her.", "Yes, I remember him."), .@tm$;
+ npctalk l("Yes, I remember."), .@tm$;
sleep2(3000);
npctalk l("Anyway, I assume you're trying to get into Hurnscald?"), .@mc$;
sleep2(2100);