summaryrefslogtreecommitdiff
path: root/npc/002-1
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-01-18 00:36:23 -0200
committerJesusaves <cpntb1@ymail.com>2019-01-18 00:36:23 -0200
commit2f7a7a90cfe142dd6d8f16e83ab45650efc34e52 (patch)
tree32edc05497521980088682e1dd1f80b4c836ca98 /npc/002-1
parentc66654473dfa68dbd2e9cb23b7fc0701d08719c8 (diff)
downloadserverdata-2f7a7a90cfe142dd6d8f16e83ab45650efc34e52.tar.gz
serverdata-2f7a7a90cfe142dd6d8f16e83ab45650efc34e52.tar.bz2
serverdata-2f7a7a90cfe142dd6d8f16e83ab45650efc34e52.tar.xz
serverdata-2f7a7a90cfe142dd6d8f16e83ab45650efc34e52.zip
Auto-close Peter dialog and use dispbottom() instead
Diffstat (limited to 'npc/002-1')
-rw-r--r--npc/002-1/peter.txt5
1 files changed, 2 insertions, 3 deletions
diff --git a/npc/002-1/peter.txt b/npc/002-1/peter.txt
index 125115127..4a35c432b 100644
--- a/npc/002-1/peter.txt
+++ b/npc/002-1/peter.txt
@@ -168,9 +168,6 @@ L_Start:
mesc l("Rattos are very fast. They walk fast and attack fast. I advise bringing some healing items!");
next;
}
- mes "";
- mesn;
- mesq l("Okay, you can start!");
// Init Instance
OnStartOutside:
@@ -210,6 +207,8 @@ OnStartOutside:
areamonster @MAP_NAME$, 23, 19, 57, 40, strmobinfo(1, @pt_mob), @pt_mob, 1, "RattosControl::OnRatto3Death";
areamonster @MAP_NAME$, 23, 19, 57, 40, strmobinfo(1, @pt_mob), @pt_mob, 1, "RattosControl::OnRatto4Death";
+ dispbottom l("Okay, you can start!");
+ closeclientdialog;
close;
OnTimeout: