blob: 9d2d6ebb6f28ddff8d7f272e03547630f26d00a7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
// Talk NPCs to help make trek interesting between Tutorial and Bazaar.
042-1.gat,82,96,0|script|Liana|205,{
set @npcname$, "Liana";
mes "[" + @npcname$ + "]";
mes "\"Tulimshar is a large city. I'm sure glad I live in the suburbs because I know where everything's at.\"";
next;
mes "\"I think Tanisha is in the building to the right. That girl is growing up fast.\"";
close;
}
|