diff options
Diffstat (limited to 'npc/002-1')
-rw-r--r-- | npc/002-1/peter.txt | 5 |
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: |