From ccb6634a79c52021c4a918f7a63a3b9c2b02fafa Mon Sep 17 00:00:00 2001 From: Jared Adams Date: Sat, 7 Mar 2009 11:47:45 -0700 Subject: Add some new maps Includes some indoors for Central Tulimshar, Tulimshar Canyon, and an indoor for Tulimshar Canyon. --- npc/021-2_Tulimshar/government_building.txt | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 npc/021-2_Tulimshar/government_building.txt (limited to 'npc/021-2_Tulimshar/government_building.txt') diff --git a/npc/021-2_Tulimshar/government_building.txt b/npc/021-2_Tulimshar/government_building.txt new file mode 100644 index 00000000..48a7db7a --- /dev/null +++ b/npc/021-2_Tulimshar/government_building.txt @@ -0,0 +1,29 @@ +// The government builing in the south west + +// A clerk +021-2.gat,27,17,0 script Estard 107,{ + mes "[Estard]"; + mes "\"Hello what Can I do for you?\""; + next; + menu + "Nothing, I guess.", -; + close; +} + +// A clerk +021-2.gat,36,17,0 script Tathin 107,{ + mes "[Tathin]"; + mes "\"Hello what Can I do for you?\""; + next; + menu + "Nothing, I guess.", -; + close; +} + +// Guard + +021-2.gat,20,19,0 script Guard 123,1,1,{ + mes "[Guard]"; + mes "\"You can't come back here.\""; + close; +} -- cgit v1.2.3-60-g2f50