diff options
author | Jared Adams <jaxad0127@gmail.com> | 2009-03-07 11:47:45 -0700 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2009-03-07 11:47:45 -0700 |
commit | ccb6634a79c52021c4a918f7a63a3b9c2b02fafa (patch) | |
tree | 9354acc02fb583ce4ce55d7baafaf40945f9d0e3 /npc/021-2_Tulimshar/government_building.txt | |
parent | f0aeb577ac2d611b543281374d62cf10b50774f3 (diff) | |
download | serverdata-ccb6634a79c52021c4a918f7a63a3b9c2b02fafa.tar.gz serverdata-ccb6634a79c52021c4a918f7a63a3b9c2b02fafa.tar.bz2 serverdata-ccb6634a79c52021c4a918f7a63a3b9c2b02fafa.tar.xz serverdata-ccb6634a79c52021c4a918f7a63a3b9c2b02fafa.zip |
Add some new maps
Includes some indoors for Central Tulimshar, Tulimshar Canyon, and an
indoor for Tulimshar Canyon.
Diffstat (limited to 'npc/021-2_Tulimshar/government_building.txt')
-rw-r--r-- | npc/021-2_Tulimshar/government_building.txt | 29 |
1 files changed, 29 insertions, 0 deletions
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; +} |