-
Notifications
You must be signed in to change notification settings - Fork 1
/
script-windows_react.rpy
416 lines (384 loc) · 11.8 KB
/
script-windows_react.rpy
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
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
init 5 python:
addEvent(
Event(
persistent._mas_windowreacts_database,
eventlabel="mj_wrs_justyurimod",
category=['Just Yuri|Yuri Mod|Just Yuri (Beta)'],
rules={
"notif-group": "Window Reactions",
"skip alert": None,
"keep_idle_exp": None,
"skip_pause": None
},
show_in_idle=True
),
code="WRS"
)
label mj_wrs_justyurimod:
$ wrs_success = mas_display_notif(
m_name,
[
"Another Doki mod? I wonder how their epiphany went..."
"Remember... Just [m_name]~!",
"Looking sharp!",
"I hope I can apologize face to face one day, Yuri...",
"Read any good books lately Yuri?",
"Mind if I borrow your copy of Markov?"
],
'Window Reactions'
)
#Unlock again if we failed
if not wrs_success:
$ mas_unlockFailedWRS('mj_wrs_justyurimod')
return
init 5 python:
addEvent(
Event(
persistent._mas_windowreacts_database,
eventlabel="mj_wrs_justnatsukimod",
category=['Just Natsuki|Natsuki Mod|Just Natsuki (Beta)'],
rules={
"notif-group": "Window Reactions",
"skip alert": None,
"keep_idle_exp": None,
"skip_pause": None
},
show_in_idle=True
),
code="WRS"
)
label mj_wrs_justnatsukimod:
$ wrs_success = mas_display_notif(
m_name,
[
"Another Doki mod? I wonder how their epiphany went..."
"Remember... Just [m_name]~!",
"What's cooking, Natsuki?",
"I hope I can apologize face to face one day, Natsuki...",
"Still as snappy as ever, eh Natsuki?",
"Still got that copy of Parfait Girls?",
"Still got that copy of Parfait Girls? Can I borrow it?"
],
'Window Reactions'
)
#Unlock again if we failed
if not wrs_success:
$ mas_unlockFailedWRS('mj_wrs_justnatsukimod')
return
init 5 python:
addEvent(
Event(
persistent._mas_windowreacts_database,
eventlabel="mj_wrs_foreverandevermod",
category=['Forever and Ever|Just Sayori Mod|Forever & Ever'],
rules={
"notif-group": "Window Reactions",
"skip alert": None,
"keep_idle_exp": None,
"skip_pause": None
},
show_in_idle=True
),
code="WRS"
)
label mj_wrs_foreverandevermod:
$ wrs_success = mas_display_notif(
m_name,
[
"Another Doki mod? I wonder how their epiphany went..."
"Remember... Just [m_name]~!",
"Hows it hanging Sayori! ...Sorry, I couldn't resist!",
"I hope I can apologize face to face one day, Sayori...",
"I hear she's forgiven me after everything that's happened... She's a saint.",
"Mind sharing some of your cookies Sayo~?"
],
'Window Reactions'
)
#Unlock again if we failed
if not wrs_success:
$ mas_unlockFailedWRS('mj_wrs_foreverandevermod')
return
init 5 python:
addEvent(
Event(
persistent._mas_windowreacts_database,
eventlabel="mj_wrs_stimuwrite",
category=['Stimuwrite|Stimu Write'],
rules={
"notif-group": "Window Reactions",
"skip alert": None,
"keep_idle_exp": None,
"skip_pause": None
},
show_in_idle=True
),
code="WRS"
)
label mj_wrs_stimuwrite:
$ wrs_success = mas_display_notif(
m_name,
[
"Writing a story?",
"Taking notes, [player]?",
"Writing a poem?",
"Writing a love letter?~",
"Oh my! I wish I had this when I was in class still!",
"Go [player]!",
"Go [player]! You can make it to that wordcount!"
],
'Window Reactions'
)
#Unlock again if we failed
if not wrs_success:
$ mas_unlockFailedWRS('mj_wrs_stimuwrite')
return
init 5 python:
addEvent(
Event(
persistent._mas_windowreacts_database,
eventlabel="mj_wrs_whatsapp",
category=['Whatsapp],
rules={
"notif-group": "Window Reactions",
"skip alert": None,
"keep_idle_exp": None,
"skip_pause": None
},
show_in_idle=True
),
code="WRS"
)
label mj_wrs_whatsapp:
$ wrs_success = mas_display_notif(
m_name,
[
"Say hi for me [player]!",
"Oh, private conversation! I'll try not to snoop..."
],
'Window Reactions'
)
#Unlock again if we failed
if not wrs_success:
$ mas_unlockFailedWRS('mj_wrs_whatsapp')
return
init 5 python:
addEvent(
Event(
persistent._mas_windowreacts_database,
eventlabel="mj_wrs_painttoolsai1and2",
category=['PaintTool Sai| Paint Tool Sai|Sai|sai2S|PaintTool Sai Ver.2|Sai2|sai2S],
rules={
"notif-group": "Window Reactions",
"skip alert": None,
"keep_idle_exp": None,
"skip_pause": None
},
show_in_idle=True
),
code="WRS"
)
label mj_wrs_painttoolsai1and2:
$ wrs_success = mas_display_notif(
m_name,
[
"What are you drawing [player]?",
"Making fanart for me~? Ehehe, just teasing!",
"I wish I knew how to use your art programs from here..."
"Saving an image [player]?"
],
'Window Reactions'
)
#Unlock again if we failed
if not wrs_success:
$ mas_unlockFailedWRS('mj_wrs_painttoolsai1and2')
return
init 5 python:
addEvent(
Event(
persistent._mas_windowreacts_database,
eventlabel="mj_wrs_roses",
category=['Rose|Roses|Rose Bouqeut|'],
rules={
"notif-group": "Window Reactions",
"skip alert": None,
"keep_idle_exp": None,
"skip_pause": None
},
show_in_idle=True
),
code="WRS"
)
label mj_wrs_roses:
$ wrs_success = mas_display_notif(
m_name,
[
"Oh! Are you planning on giving those to someone special~",
"Thinking about giving me some roses~?",
"Are you planning something special for me, [player]?"
],
'Window Reactions'
)
if not wrs_success:
$ mas_unlockFailedWRS('mj_wrs_roses')
return
init 5 python:
addEvent(
Event(
persistent._mas_windowreacts_database,
eventlabel="mj_wrs_sunflowers",
category=['Sunflower|Sunflowers|Sunflower Field'],
rules={
"notif-group": "Window Reactions",
"skip alert": None,
"keep_idle_exp": None,
"skip_pause": None
},
show_in_idle=True
),
code="WRS"
)
label mj_wrs_sunflowers:
$ wrs_success = mas_display_notif(
m_name,
[
"You are my sunshine~",
"Here comes the sun~",
"Did you know Sunflowers symbolize loyalty and adoration~?"
],
'Window Reactions'
)
if not wrs_success:
$ mas_unlockFailedWRS('mj_wrs_sunflowers')
return
init 5 python:
addEvent(
Event(
persistent._mas_windowreacts_database,
eventlabel="mj_wrs_wattpad",
category=['Wattpad/wattpad'],
rules={
"notif-group": "Window Reactions",
"skip alert": None,
"keep_idle_exp": None,
"skip_pause": None
},
show_in_idle=True
),
code="WRS"
)
label mj_wrs_wattpad:
$ wrs_success = mas_display_notif(
m_name,
[
"Oh is that the orange app I’ve heard about?",
"Find anything for your favorite trope, ehehe~",
"I wonder if anyones wrote some stories about me?",
"Oh! Are you an author?"
],
'Window Reactions'
)
if not wrs_success:
$ mas_unlockFailedWRS('mj_wrs_wattpad')
return
init 5 python:
addEvent(
Event(
persistent._mas_windowreacts_database,
eventlabel="mj_wrs_ecosia",
category=['Ecosia|ecosia'],
rules={
"notif-group": "Window Reactions",
"skip alert": None,
"keep_idle_exp": None,
"skip_pause": None
},
show_in_idle=True
),
code="WRS"
)
label mj_wrs_ecosia:
$ wrs_success = mas_display_notif(
m_name,
[
"Save the trees!",
"Oh I see you've installed the browser I told you about!",
"I wonder how many trees are being planted right now!"
],
'Window Reactions'
)
if not wrs_success:
$ mas_unlockFailedWRS('mj_wrs_ecosia')
return
init 5 python:
addEvent(
Event(
persistent._mas_windowreacts_database,
eventlabel="mj_wrs_ao3",
category=['archiveofourown.org|ao3|Archive of Our Own'],
rules={
"notif-group": "Window Reactions",
"skip alert": None,
"keep_idle_exp": None,
"skip_pause": None
},
show_in_idle=True
),
code="WRS"
)
label mj_wrs_ao3:
$ wrs_success = mas_display_notif(
m_name,
[
"Find anything intersting to read?",
"Find anything for your favorite trope, ehehe~",
"I wonder if anyones wrote some stories about me?",
"Oh! Are you an author?"
"The tag systen sure is helpful, isn't it [player]!"
],
'Window Reactions'
)
if not wrs_success:
$ mas_unlockFailedWRS('mj_wrs_a03')
return
init 5 python:
addEvent(
Event(
persistent._mas_windowreacts_database,
eventlabel="mj_wrs_photoshop",
category=['Adobe|Adobe Photoshop|Photoshop'],
rules={
"notif-group": "Window Reactions",
"skip alert": None,
"keep_idle_exp": None,
"skip_pause": None
},
show_in_idle=True
),
code="WRS"
)
label mj_wrs_photoshop:
$ wrs_success = mas_display_notif(
m_name,
[
"Are you editing something, [player]?",
"Paint me like one of your french girls, ahaha~",
"It's looking great!",
"How talented!"
"What are you drawing, [player]?"
],
'Window Reactions'
)
if not wrs_success:
$ mas_unlockFailedWRS('mj_wrs_photoshop')
return
Film:
"I never thought about it like that..."
"Movies have so many hidden meanings, don't they?"
"We'll have to see this one together sometime!"
Food:
"Remember to eat properly, [player]!"
"He has a food channel too?"
"This is making me a little hungry..."
Style:
"I wonder if Natsuki would've liked this one..."
"Don't worry [player], you already look perfect to me!"