blob: a18819854b582e53ef19119560f6b37c78495c4a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
// Author: Jenalya
017-4.gat,216,36,0|script|Waric|153,{
if (OrumQuest > 15) goto L_Spells;
mes "[Waric]";
mes "\"You! You're really more insistent than it's good for you...\"";
mes "He turns towards Orum.";
next;
mes "[Waric]";
mes "\"It seems your ridiculous Guarding Spirit failed his task...";
mes "Deal with this, we really can't afford more of this distractions.\"";
goto L_Close;
L_Spells:
mes "TODO";
// teach spells
// doesn't trust the player at all if player is follower of sagatha
goto L_Close;
L_Close:
close;
}
|