summaryrefslogtreecommitdiff
path: root/npc/savepoints/savepoints.txt
blob: 259a9ffc9dc7aedb677120897113e9260657a6b8 (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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
new_19-1.gat,51,39,0	script	Milly	114, {
	mes "[Milly]";
	mes "This strange stone appeared here over night.";
	mes "Noone knows how it got here.";
	mes "It scares me. Better stay away from it.";
	close;
}

new_19-1.gat,53,40,0	script	Soul Menhir	144, {
	mes "[Soul Menhir]";
	mes "(A mystical aura surrounds this stone. You feel mysteriously attracted to it. Something tells you to touch it. What do you do?)";
	next;

	menu "Touch it",-,"Leave it alone",close;
	
	if (Menhir_Activated == 1) goto L_Shortversion;
	
	mes "[Soul Menhir]";
	mes "(You touch the mysteriouse stone. Somehow it feels warm and cold at the same time.)";
	next;
	
	
	mes "[Soul Menhir]";
	mes "(Suddenly a strange sensation flows through you. It feels like your soul leaves your body and becomes one with the stone.)";
	next;
	
	mes "[Soul Menhir]";
	mes "(As suddenly as the feeling started it stops. The strange attraction is away from one moment to the next and the menhir feels like just an ordinary stone.)";
	next;
	
	set Menhir_Activated, 1;
	goto L_Save;
	
	L_Shortversion:
	mes "[Soul Menhir]";	
	mes "(A strange sensation flows through you. It feels like your soul leaves your body and becomes one with the stone. as suddenly as the feeling started it stops.)";
	next;
	
	goto L_Save;
	
	L_Save:
	savepoint "new_19-1.gat", 53, 41;
}


new_3-1.gat,38,69,0	script	Soul Menhir	144, {
	mes "[Soul Menhir]";
	mes "(A mystical aura surrounds this stone. You feel mysteriously attracted to it. Something tells you to touch it. What do you do?)";
	next;

	menu "Touch it",-,"Leave it alone",close;
	
	if (Menhir_Activated == 1) goto L_Shortversion;
	
	mes "[Soul Menhir]";
	mes "(You touch the mysteriouse stone. Somehow it feels warm and cold at the same time.)";
	next;
	
	
	mes "[Soul Menhir]";
	mes "(Suddenly a strange sensation flows through you. It feels like your soul leaves your body and becomes one with the stone.)";
	next;
	
	mes "[Soul Menhir]";
	mes "(As suddenly as the feeling started it stops. The strange attraction is away from one moment to the next and the menhir feels like just an ordinary stone.)";
	next;
	
	set Menhir_Activated, 1;
	goto L_Save;
	
	L_Shortversion:
	mes "[Soul Menhir]";	
	mes "(A strange sensation flows through you. It feels like your soul leaves your body and becomes one with the stone. as suddenly as the feeling started it stops.)";
	next;
	
	goto L_Save;
	
	L_Save:
	savepoint "new_3-1.gat", 38, 70;
}


new_11-1.gat,66,90,0	script	Geologist	103, {
	mes "[Geologist]";
	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 "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;
}

new_11-1.gat,64,89,0	script	Soul Menhir	144, {
	mes "[Soul Menhir]";
	mes "(A mystical aura surrounds this stone. You feel mysteriously attracted to it. Something tells you to touch it. What do you do?)";
	next;

	menu "Touch it",-,"Leave it alone",close;
	
	if (Menhir_Activated == 1) goto L_Shortversion;
	
	mes "[Soul Menhir]";
	mes "(You touch the mysteriouse stone. Somehow it feels warm and cold at the same time.)";
	next;
	
	
	mes "[Soul Menhir]";
	mes "(Suddenly a strange sensation flows through you. It feels like your soul leaves your body and becomes one with the stone.)";
	next;
	
	mes "[Soul Menhir]";
	mes "(As suddenly as the feeling started it stops. The strange attraction is away from one moment to the next and the menhir feels like just an ordinary stone.)";
	next;
	
	set Menhir_Activated, 1;
	goto L_Save;
	
	L_Shortversion:
	mes "[Soul Menhir]";	
	mes "(A strange sensation flows through you. It feels like your soul leaves your body and becomes one with the stone. as suddenly as the feeling started it stops.)";
	next;
	
	goto L_Save;
	
	L_Save:
	savepoint "new_11-1.gat", 64, 90;
}