Deltarune script viewer

← back to main script listing

gml_GlobalScript_scr_spelltext

(view raw script w/o annotations or w/e)
1
function scr_spelltext
scr_spelltext

function scr_spelltext(arg0, arg1) { spell = arg0; caster = arg1; star = global.chartarget[arg1]; spelltext = " "; switch (spell) { case 0: break; case 1: global.msg[0] = stringsetsubloc("* ~1 cast RUDE BUSTER!/%", global.charname[global.char[caster]], "scr_spelltext_slash_scr_spelltext_gml_14_0"); break; case 2: global.msg[0] = stringsetsubloc("* ~1 cast HEAL PRAYER!/%", global.charname[global.char[caster]], "scr_spelltext_slash_scr_spelltext_gml_18_0"); break; case 3: global.msg[0] = stringsetsubloc("* ~1 cast PACIFY!/%", global.charname[global.char[caster]], "scr_spelltext_slash_scr_spelltext_gml_23_0"); scr_retarget_spell(); if (global.monster[star] == 1) { if (global.monsterstatus[star] == 1) { } else { global.msg[0] = stringsetsubloc("* ~1 cast PACIFY^1!&* But the enemy wasn't \\cBTIRED\\cW.../%", global.charname[global.char[caster]], "scr_spelltext_slash_scr_spelltext_gml_33_0"); if (global.mercymod[star] >= 100) global.msg[0] = stringsetsubloc("* ~1 cast PACIFY^1!&* But the foe wasn't \\cBTIRED\\cW... try \\cYSPARING\\cW!/%", global.charname[global.char[caster]], "scr_spelltext_slash_scr_spelltext_gml_36_0"); } } break; case 4: global.msg[0] = stringsetsubloc("* ~1 used RUDE BUSTER!/%", global.charname[global.char[caster]], "scr_spelltext_slash_scr_spelltext_gml_43_0"); break; case 5: global.msg[0] = stringsetsubloc("* ~1 used RED BUSTER!/%", global.charname[global.char[caster]], "scr_spelltext_slash_scr_spelltext_gml_47_0"); break; case 6: global.msg[0] = stringsetsubloc("* ~1 cast DUAL HEAL!/%", global.charname[global.char[caster]], "scr_spelltext_slash_scr_spelltext_gml_51_0"); break; case 8: global.msg[0] = stringsetsubloc("* ~1 cast SLEEPMIST!/%", global.charname[global.char[caster]], "scr_spelltext_slash_scr_spelltext_gml_55_0"); break; case 9: global.msg[0] = stringsetsubloc("* ~1 cast ICESHOCK!/%", global.charname[global.char[caster]], "scr_spelltext_slash_scr_spelltext_gml_59_0"); break; case 10: global.msg[0] = stringsetsubloc("* ~1 cast SNOWGRAVE!/%", global.charname[global.char[caster]], "scr_spelltext_slash_scr_spelltext_gml_63_0"); break; case 11: global.msg[0] = stringsetsubloc("* ~1 cast ULTIMATEHEAL!/%", global.charname[global.char[caster]], "scr_spelltext_slash_scr_spelltext_gml_67_0"); break; case 100: cancelattack = 0; global.msg[0] = stringsetsubloc("* ~1 spared ~2!/%", global.charname[global.char[caster]], global.monstername[star], "scr_spelltext_slash_scr_spelltext_gml_58_0"); scr_retarget_spell(); if (global.mercymod[star] >= 100) { global.msg[0] = stringsetsubloc("* ~1 spared ~2!/%", global.charname[global.char[caster]], global.monstername[star], "scr_spelltext_slash_scr_spelltext_gml_62_0"); } else { global.msg[0] = stringsetsubloc("* ~1 spared ~2^2!&* But its name wasn't \\cYYELLOW\\cW.../%", global.charname[global.char[caster]], global.monstername[star], "scr_spelltext_slash_scr_spelltext_gml_66_0"); if (global.monsterstatus[star] == 1) { if (scr_havechar(3)) { global.msg[0] = stringsetsubloc("* ~1 spared ~2^2!&* But its name wasn't \\cYYELLOW\\cW.../", global.charname[global.char[caster]], global.monstername[star], "scr_spelltext_slash_scr_spelltext_gml_69_0"); global.msg[1] = stringsetloc(
* (Try using Ralsei's PACIFY!)Wait for inputClose Message
"* (Try using Ralsei's \\cBPACIFY\\cW!)/%", "scr_spelltext_slash_scr_spelltext_gml_70_0"
); } else if (scr_havechar(4)) { msgsetsubloc(0, "* ~1 spared ~2^2!&* But its name wasn't \\cYYELLOW\\cW.../", global.charname[global.char[caster]], global.monstername[star], "scr_spelltext_slash_scr_spelltext_gml_94_0"); msgnextloc(
* (Try using Noelle's SLEEPMIST!)Wait for inputClose Message
"* (Try using Noelle's \\cBSLEEPMIST\\cW!)/%", "scr_spelltext_slash_scr_spelltext_gml_95_0"
); } else { msgsetsubloc(0, "* ~1 spared ~2^2!&* But its name wasn't \\cYYELLOW\\cW.../", global.charname[global.char[caster]], global.monstername[star], "scr_spelltext_slash_scr_spelltext_gml_99_0"); msgnextloc(
* (Try using ACTs!)Wait for inputClose Message
"* (Try using \\cBACTs\\cW!)/%", "scr_spelltext_slash_scr_spelltext_gml_100_0_b"
); } } } if (cancelattack == 1) global.msg[0] = stringsetsubloc("* ~1 spared!/%", global.charname[global.char[caster]], "scr_spelltext_slash_scr_spelltext_gml_73_0"); break; case 201: global.msg[0] = stringsetsubloc("* ~1 used the DARK CANDY!/%", global.charname[global.char[caster]], "scr_spelltext_slash_scr_spelltext_gml_78_0"); break; case 202: global.msg[0] = stringsetsubloc("* ~1 used the REVIVEMINT!/%", global.charname[global.char[caster]], "scr_spelltext_slash_scr_spelltext_gml_100_0"); break; case 203: global.msg[0] = stringsetsubloc("* ~1 used the GLOWSHARD!/", global.charname[global.char[caster]], "scr_spelltext_slash_scr_spelltext_gml_86_0"); global.msg[1] = stringsetloc(
* But nothing happened...Wait for inputClose Message
"* But nothing happened.../%", "scr_spelltext_slash_scr_spelltext_gml_87_0"
); spec_shard = 0; for (_en = 0; _en < 3; _en += 1) { shardtest[_en] = 0; if (global.monster[_en] == 1) { ...
(arg0, arg1)
2
{
3
    spell = arg0;
4
    caster = arg1;
5
    star = global.chartarget[arg1];
6
    spelltext = " ";
7
    switch (spell)
8
    {
9
        case 0:
10
            break;
11
        case 1:
12
            global.msg[0] = stringsetsubloc("* ~1 cast RUDE BUSTER!/%", global.charname[global.char[caster]], "scr_spelltext_slash_scr_spelltext_gml_14_0");
13
            break;
14
        case 2:
15
            global.msg[0] = stringsetsubloc("* ~1 cast HEAL PRAYER!/%", global.charname[global.char[caster]], "scr_spelltext_slash_scr_spelltext_gml_18_0");
16
            break;
17
        case 3:
18
            global.msg[0] = stringsetsubloc("* ~1 cast PACIFY!/%", global.charname[global.char[caster]], "scr_spelltext_slash_scr_spelltext_gml_23_0");
19
            scr_retarget_spell
scr_retarget_spell

function scr_retarget_spell() { cancelattack = 0; if (star == 0) { if (global.monster[0] == 0) star = 1; } if (star == 1) { if (global.monster[1] == 0) star = 2; } if (star == 2) { if (global.monster[2] == 0) star = 3; if (star == 3 && global.monster[0] == 1) star = 0; if (star == 3 && global.monster[1] == 1) star = 1; if (star == 3) cancelattack = 1; } }
();
20
            if (global.monster[star] == 1)
21
            {
22
                if (global.monsterstatus[star] == 1)
23
                {
24
                }
25
                else
26
                {
27
                    global.msg[0] = stringsetsubloc("* ~1 cast PACIFY^1!&* But the enemy wasn't \\cBTIRED\\cW.../%", global.charname[global.char[caster]], "scr_spelltext_slash_scr_spelltext_gml_33_0");
28
                    if (global.mercymod[star] >= 100)
29
                        global.msg[0] = stringsetsubloc("* ~1 cast PACIFY^1!&* But the foe wasn't \\cBTIRED\\cW... try \\cYSPARING\\cW!/%", global.charname[global.char[caster]], "scr_spelltext_slash_scr_spelltext_gml_36_0");
30
                }
31
            }
32
            break;
33
        case 4:
34
            global.msg[0] = stringsetsubloc("* ~1 used RUDE BUSTER!/%", global.charname[global.char[caster]], "scr_spelltext_slash_scr_spelltext_gml_43_0");
35
            break;
36
        case 5:
37
            global.msg[0] = stringsetsubloc("* ~1 used RED BUSTER!/%", global.charname[global.char[caster]], "scr_spelltext_slash_scr_spelltext_gml_47_0");
38
            break;
39
        case 6:
40
            global.msg[0] = stringsetsubloc("* ~1 cast DUAL HEAL!/%", global.charname[global.char[caster]], "scr_spelltext_slash_scr_spelltext_gml_51_0");
41
            break;
42
        case 8:
43
            global.msg[0] = stringsetsubloc("* ~1 cast SLEEPMIST!/%", global.charname[global.char[caster]], "scr_spelltext_slash_scr_spelltext_gml_55_0");
44
            break;
45
        case 9:
46
            global.msg[0] = stringsetsubloc("* ~1 cast ICESHOCK!/%", global.charname[global.char[caster]], "scr_spelltext_slash_scr_spelltext_gml_59_0");
47
            break;
48
        case 10:
49
            global.msg[0] = stringsetsubloc("* ~1 cast SNOWGRAVE!/%", global.charname[global.char[caster]], "scr_spelltext_slash_scr_spelltext_gml_63_0");
50
            break;
51
        case 11:
52
            global.msg[0] = stringsetsubloc("* ~1 cast ULTIMATEHEAL!/%", global.charname[global.char[caster]], "scr_spelltext_slash_scr_spelltext_gml_67_0");
53
            break;
54
        case 100:
55
            cancelattack = 0;
56
            global.msg[0] = stringsetsubloc("* ~1 spared ~2!/%", global.charname[global.char[caster]], global.monstername[star], "scr_spelltext_slash_scr_spelltext_gml_58_0");
57
            scr_retarget_spell
scr_retarget_spell

function scr_retarget_spell() { cancelattack = 0; if (star == 0) { if (global.monster[0] == 0) star = 1; } if (star == 1) { if (global.monster[1] == 0) star = 2; } if (star == 2) { if (global.monster[2] == 0) star = 3; if (star == 3 && global.monster[0] == 1) star = 0; if (star == 3 && global.monster[1] == 1) star = 1; if (star == 3) cancelattack = 1; } }
();
58
            if (global.mercymod[star] >= 100)
59
            {
60
                global.msg[0] = stringsetsubloc("* ~1 spared ~2!/%", global.charname[global.char[caster]], global.monstername[star], "scr_spelltext_slash_scr_spelltext_gml_62_0");
61
            }
62
            else
63
            {
64
                global.msg[0] = stringsetsubloc("* ~1 spared ~2^2!&* But its name wasn't \\cYYELLOW\\cW.../%", global.charname[global.char[caster]], global.monstername[star], "scr_spelltext_slash_scr_spelltext_gml_66_0");
65
                if (global.monsterstatus[star] == 1)
66
                {
67
                    if (scr_havechar
scr_havechar

function scr_havechar(arg0) { var checker = arg0; if (checker == "susie" || checker == "su" || checker == "s") checker = 2; if (checker == "ralsei" || checker == "ra" || checker == "r") checker = 3; if (checker == "noelle" || checker == "no" || checker == "n") checker = 4; _rreturn = 0; if (global.char[0] == checker) _rreturn = 1; if (global.char[1] == checker) _rreturn = 1; if (global.char[2] == checker) _rreturn = 1; return _rreturn; }
(3))
68
                    {
69
                        global.msg[0] = stringsetsubloc("* ~1 spared ~2^2!&* But its name wasn't \\cYYELLOW\\cW.../", global.charname[global.char[caster]], global.monstername[star], "scr_spelltext_slash_scr_spelltext_gml_69_0");
70
                        global.msg[1] = stringsetloc(
* (Try using Ralsei's PACIFY!)Wait for inputClose Message
"* (Try using Ralsei's \\cBPACIFY\\cW!)/%", "scr_spelltext_slash_scr_spelltext_gml_70_0"
);
71
                    }
72
                    else if (scr_havechar
scr_havechar

function scr_havechar(arg0) { var checker = arg0; if (checker == "susie" || checker == "su" || checker == "s") checker = 2; if (checker == "ralsei" || checker == "ra" || checker == "r") checker = 3; if (checker == "noelle" || checker == "no" || checker == "n") checker = 4; _rreturn = 0; if (global.char[0] == checker) _rreturn = 1; if (global.char[1] == checker) _rreturn = 1; if (global.char[2] == checker) _rreturn = 1; return _rreturn; }
(4))
73
                    {
74
                        msgsetsubloc(0, "* ~1 spared ~2^2!&* But its name wasn't \\cYYELLOW\\cW.../", global.charname[global.char[caster]], global.monstername[star], "scr_spelltext_slash_scr_spelltext_gml_94_0");
75
                        msgnextloc(
* (Try using Noelle's SLEEPMIST!)Wait for inputClose Message
"* (Try using Noelle's \\cBSLEEPMIST\\cW!)/%", "scr_spelltext_slash_scr_spelltext_gml_95_0"
);
76
                    }
77
                    else
78
                    {
79
                        msgsetsubloc(0, "* ~1 spared ~2^2!&* But its name wasn't \\cYYELLOW\\cW.../", global.charname[global.char[caster]], global.monstername[star], "scr_spelltext_slash_scr_spelltext_gml_99_0");
80
                        msgnextloc(
* (Try using ACTs!)Wait for inputClose Message
"* (Try using \\cBACTs\\cW!)/%", "scr_spelltext_slash_scr_spelltext_gml_100_0_b"
);
81
                    }
82
                }
83
            }
84
            if (cancelattack == 1)
85
                global.msg[0] = stringsetsubloc("* ~1 spared!/%", global.charname[global.char[caster]], "scr_spelltext_slash_scr_spelltext_gml_73_0");
86
            break;
87
        case 201:
88
            global.msg[0] = stringsetsubloc("* ~1 used the DARK CANDY!/%", global.charname[global.char[caster]], "scr_spelltext_slash_scr_spelltext_gml_78_0");
89
            break;
90
        case 202:
91
            global.msg[0] = stringsetsubloc("* ~1 used the REVIVEMINT!/%", global.charname[global.char[caster]], "scr_spelltext_slash_scr_spelltext_gml_100_0");
92
            break;
93
        case 203:
94
            global.msg[0] = stringsetsubloc("* ~1 used the GLOWSHARD!/", global.charname[global.char[caster]], "scr_spelltext_slash_scr_spelltext_gml_86_0");
95
            global.msg[1] = stringsetloc(
* But nothing happened...Wait for inputClose Message
"* But nothing happened.../%", "scr_spelltext_slash_scr_spelltext_gml_87_0"
);
96
            spec_shard = 0;
97
            for (_en = 0; _en < 3; _en += 1)
98
            {
99
                shardtest[_en] = 0;
100
                if (global.monster[_en] == 1)
101
                {
102
                    if (global.monstertype[_en] == 5Rudinn)
103
                    {
104
                        spec_shard = 1;
105
                        shardtest[_en] = 1;
106
                        global.mercymod[_en] = 200;
107
                    }
108
                }
109
            }
110
            if (spec_shard > 0)
111
            {
112
                scr_itemshift
scr_itemshift

function scr_itemshift(arg0, arg1) { global.item[12] = arg1; for (i = arg0; i < 12; i += 1) global.item[i] = global.item[i + 1]; scr_iteminfo_all(); scr_itemname(); }
(global.bmenucoord[4][arg1], 0);
113
                global.msg[1] = stringsetloc("", "scr_spelltext_slash_scr_spelltext_gml_126_0");
114
                global.msg[2] = stringsetloc(
* The GLOWSHARD disappeared!Wait for inputClose Message
"* The GLOWSHARD disappeared!/%", "scr_spelltext_slash_scr_spelltext_gml_109_0"
);
115
                for (_j = 0; _j < 3; _j += 1)
116
                {
117
                    if (shardtest[_j] == 1)
118
                        global.msg[1] += "* " + global.monstername[_j] + stringsetloc(
became enraptured!
" became enraptured!&", "scr_spelltext_slash_scr_spelltext_gml_143_0"
);
119
                }
120
                global.msg[1] += "/";
121
            }
122
            break;
123
        case 204:
124
            global.msg[0] = stringsetsubloc("* ~1 read the MANUAL!/", global.charname[global.char[caster]], "scr_spelltext_slash_scr_spelltext_gml_122_0");
125
            global.msg[1] = stringsetloc(
* But nothing happened...Wait for inputClose Message
"* But nothing happened.../%", "scr_spelltext_slash_scr_spelltext_gml_123_0"
);
126
            spec_shard = 0;
127
            for (_en = 0; _en < 3; _en += 1)
128
            {
129
                shardtest[_en] = 0;
130
                if (global.monster[_en] == 1)
131
                {
132
                    if (global.monstertype[_en] == 5Rudinn)
133
                    {
134
                        spec_shard = 1;
135
                        shardtest[_en] = 1;
136
                        global.monsterstatus[_en] = 1;
137
                        global.monstercomment[_en] = stringsetloc(
(Tired)
"(Tired)", "scr_spelltext_slash_scr_spelltext_gml_166_0"
);
138
                    }
139
                    if (global.monstertype[_en] == 6Hathy)
140
                    {
141
                        spec_shard = 1;
142
                        shardtest[_en] = 2;
143
                    }
144
                    if (global.monstertype[_en] == 7 || global.monstertype[_en] == 16Clover (Boss))
145
                    {
146
                        spec_shard = 1;
147
                        shardtest[_en] = 3;
148
                        with (global.monsterinstance[_en])
149
                        {
150
                            battlecancel = 1;
151
                            if (manual == 0)
152
                            {
153
                                manual = 1;
154
                                scr_mercyadd
scr_mercyadd

function scr_mercyadd(arg0, arg1) { global.mercymod[arg0] += arg1; if (global.mercymod[arg0] < 0) global.mercymod[arg0] = 0; if (global.mercymod[arg0] >= 100) global.mercymod[arg0] = 100; var _playsound = 1; if (arg1 <= 0) _playsound = 0; if (i_ex(obj_dmgwriter)) { with (obj_dmgwriter) { if (type == 5) _playsound = 0; } } if (_playsound) { var _pitch = 0.8; if (arg1 < 99) _pitch = 1; if (arg1 <= 50) _pitch = 1.2; if (arg1 <= 25) _pitch = 1.4; snd_play_x(snd_mercyadd, 0.8, _pitch); } __mercydmgwriter = instance_create(global.monsterx[arg0], (global.monstery[arg0] + 20) - (global.hittarget[arg0] * 20), obj_dmgwriter); __mercydmgwriter.damage = arg1; __mercydmgwriter.type = 5; global.hittarget[arg0]++; }
(myself, 50);
155
                            }
156
                        }
157
                    }
158
                }
159
            }
160
            if (spec_shard > 0)
161
            {
162
                global.msg[1] = stringsetloc("", "scr_spelltext_slash_scr_spelltext_gml_182_0");
163
                for (_j = 0; _j < 3; _j += 1)
164
                {
165
                    if (shardtest[_j] == 1)
166
                        global.msg[1] += "* " + global.monstername[_j] + stringsetloc(
was bored to tears!
" was \\cBbored to tears\\cW!&", "scr_spelltext_slash_scr_spelltext_gml_199_0"
);
167
                    if (shardtest[_j] == 2)
168
                        global.msg[1] += "* " + global.monstername[_j] + stringsetloc(
listened politely!
" listened politely!&", "scr_spelltext_slash_scr_spelltext_gml_200_0_b"
);
169
                    if (shardtest[_j] == 3)
170
                        global.msg[1] += "* " + global.monstername[_j] + stringsetloc(
became sentimental!
" became sentimental!&", "scr_spelltext_slash_scr_spelltext_gml_201_0"
);
171
                }
172
                global.msg[1] += "/%";
173
            }
174
            break;
175
        case 205:
176
            global.msg[0] = stringsetsubloc("* ~1 used the BROKEN CAKE!/%", global.charname[global.char[caster]], "scr_spelltext_slash_scr_spelltext_gml_179_0");
177
            break;
178
        case 206:
179
            global.msg[0] = stringsetsubloc("* ~1 used the TOPCAKE!/%", global.charname[global.char[caster]], "scr_spelltext_slash_scr_spelltext_gml_183_0");
180
            break;
181
        case 207:
182
            global.msg[0] = stringsetsubloc("* ~1 used the SPINCAKE!/%", global.charname[global.char[caster]], "scr_spelltext_slash_scr_spelltext_gml_187_0");
183
            break;
184
        case 208:
185
            global.msg[0] = stringsetsubloc("* ~1 used the DARKBURGER!/%", global.charname[global.char[caster]], "scr_spelltext_slash_scr_spelltext_gml_191_0");
186
            break;
187
        case 209:
188
            global.msg[0] = stringsetsubloc("* ~1 used the LANCERCOOKIE!/%", global.charname[global.char[caster]], "scr_spelltext_slash_scr_spelltext_gml_194_0");
189
            break;
190
        case 210:
191
            global.msg[0] = stringsetsubloc("* ~1 used the GIGASALAD!/%", global.charname[global.char[caster]], "scr_spelltext_slash_scr_spelltext_gml_197_0");
192
            break;
193
        case 211:
194
            global.msg[0] = stringsetsubloc("* ~1 used the CLUBS SANDWICH!/%", global.charname[global.char[caster]], "scr_spelltext_slash_scr_spelltext_gml_200_0");
195
            break;
196
        case 212:
197
            global.msg[0] = stringsetsubloc("* ~1 used the HEARTS DONUT!/%", global.charname[global.char[caster]], "scr_spelltext_slash_scr_spelltext_gml_203_0");
198
            break;
199
        case 213:
200
            global.msg[0] = stringsetsubloc("* ~1 used the CHOCO DIAMOND!/%", global.charname[global.char[caster]], "scr_spelltext_slash_scr_spelltext_gml_206_0");
201
            break;
202
        case 214:
203
            global.msg[0] = stringsetsubloc("* ~1 used the FAV SANDWICH!/%", global.charname[global.char[caster]], "scr_spelltext_slash_scr_spelltext_gml_209_0");
204
            break;
205
        case 215:
206
            global.msg[0] = stringsetsubloc("* ~1 used the ROUXLS ROUX!/%", global.charname[global.char[caster]], "scr_spelltext_slash_scr_spelltext_gml_230_0");
207
            break;
208
        case 216:
209
            msgsetsubloc(0, "* ~1 used the CD BAGEL!/%", global.charname[global.char[caster]], "scr_spelltext_slash_scr_spelltext_gml_233_0");
210
            break;
211
        case 217:
212
            msgsetsubloc(0, "* ~1 used the CLOTHESDOLL!/", global.charname[global.char[caster]], "scr_spelltext_slash_scr_spelltext_gml_236_0");
213
            msgnextloc(
* ... but nothing happened!Wait for inputClose Message
"* ... but nothing happened!/%", "scr_spelltext_slash_scr_spelltext_gml_237_0"
);
214
            break;
215
        case 218:
216
            msgsetsubloc(0, "* ~1 used the KRIS TEA!/%", global.charname[global.char[caster]], "scr_spelltext_slash_scr_spelltext_gml_240_0");
217
            break;
218
        case 219:
219
            msgsetsubloc(0, "* ~1 used the NOELLE TEA!/%", global.charname[global.char[caster]], "scr_spelltext_slash_scr_spelltext_gml_243_0");
220
            break;
221
        case 220:
222
            msgsetsubloc(0, "* ~1 used the RALSEI TEA!/%", global.charname[global.char[caster]], "scr_spelltext_slash_scr_spelltext_gml_246_0");
223
            break;
224
        case 221:
225
            msgsetsubloc(0, "* ~1 used the SUSIE TEA!/%", global.charname[global.char[caster]], "scr_spelltext_slash_scr_spelltext_gml_249_0");
226
            break;
227
        case 222:
228
            msgsetsubloc(0, "* ~1 used the DD-BURGER!/%", global.charname[global.char[caster]], "scr_spelltext_slash_scr_spelltext_gml_252_0");
229
            break;
230
        case 223:
231
            msgsetsubloc(0, "* ~1 used the LIGHTCANDY!/%", global.charname[global.char[caster]], "scr_spelltext_slash_scr_spelltext_gml_255_0");
232
            break;
233
        case 224:
234
            msgsetsubloc(0, "* ~1 used the BUTJUICE!/%", global.charname[global.char[caster]], "scr_spelltext_slash_scr_spelltext_gml_258_0");
235
            break;
236
        case 225:
237
            msgsetsubloc(0, "* ~1 used the SPAGHETTICODE!/%", global.charname[global.char[caster]], "scr_spelltext_slash_scr_spelltext_gml_261_0");
238
            break;
239
        case 226:
240
            msgsetsubloc(0, "* ~1 used the JAVACOOKIE!/%", global.charname[global.char[caster]], "scr_spelltext_slash_scr_spelltext_gml_264_0");
241
            break;
242
        case 227:
243
            msgsetsubloc(0, "* ~1 used the TENSIONBIT!&* Tension raised up earlier./%", global.charname[global.char[caster]], "scr_spelltext_slash_scr_spelltext_gml_267_0");
244
            break;
245
        case 228:
246
            msgsetsubloc(0, "* ~1 used the TENSIONGEM!/%", global.charname[global.char[caster]], "scr_spelltext_slash_scr_spelltext_gml_270_0");
247
            break;
248
        case 229:
249
            msgsetsubloc(0, "* ~1 used the TENSIONMAX!/%", global.charname[global.char[caster]], "scr_spelltext_slash_scr_spelltext_gml_273_0");
250
            break;
251
        case 230:
252
            msgsetsubloc(0, "* ~1 used the REVIVEDUST!/%", global.charname[global.char[caster]], "scr_spelltext_slash_scr_spelltext_gml_276_0");
253
            break;
254
        case 231:
255
            msgsetsubloc(0, "* ~1 used the REVIVEBRIGHT!/%", global.charname[global.char[caster]], "scr_spelltext_slash_scr_spelltext_gml_279_0");
256
            break;
257
        case 232:
258
            msgsetsubloc(0, "* ~1 administered S.POISON!/%", global.charname[global.char[caster]], "scr_spelltext_slash_scr_spelltext_gml_282_0");
259
            break;
260
        case 233:
261
            msgsetsubloc(0, "* ~1 admired DOGDOLLAR!/%", global.charname[global.char[caster]], "scr_spelltext_slash_scr_spelltext_gml_298_0");
262
            break;
263
    }
264
}