blob: 19979ca0b7f70780fef152e7ab5b4a6dd3b910fb (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
//
020-1.gat,66,90,0 script Amrak 103, {
mes "[Amrak]";
mes "\"This... stone...";
mes "I have never seen a mineral like this";
mes "before.";
mes "And some strange... aura... seems to";
mes "emit from it.\"";
next;
mes "[Amrak]";
mes "\"Where did it come from?";
mes "How did it got here?";
mes "What's its purpose?";
mes "I will solve its riddle for sure.\"";
close;
}
|