diff options
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; +} |