From 2f7a7a90cfe142dd6d8f16e83ab45650efc34e52 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 18 Jan 2019 00:36:23 -0200 Subject: Auto-close Peter dialog and use dispbottom() instead --- npc/002-1/peter.txt | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'npc') 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: -- cgit v1.2.3-60-g2f50