From 6ac3309d89226dc8ff86af24a785d5694f8e93ad Mon Sep 17 00:00:00 2001 From: Bjørn Lindeijer Date: Wed, 26 Mar 2008 13:07:18 +0000 Subject: Integrated the map changes from tmw/trunk into the maps in tmwdata. --- maps/new_2-1.tmx | 57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) (limited to 'maps/new_2-1.tmx') diff --git a/maps/new_2-1.tmx b/maps/new_2-1.tmx index dbfa5c02..0f667a66 100644 --- a/maps/new_2-1.tmx +++ b/maps/new_2-1.tmx @@ -35,4 +35,61 @@ + + + + + 1 + + + 592 + + + 2880 + + + + + + + 1008 + + + + + + + 1009 + + + + + + + function npc_handler(npc, ch) + do_message(npc, ch, "It's very dangerous in here\nBe careful") + end + + + 109 + + + + + + + function npc_handler(npc, ch) + do_message(npc, ch, "We discovered an underground palace\nDo you want me to let you in?") + local v = do_choice(npc, ch, "Sure", "Not yet!") + if v == 1 then + tmw.chr_warp(ch, 5, 34 * 32 + 16, 92 * 32 + 16) + end + end + + + 109 + + + + -- cgit v1.2.3-70-g09d2