2021-07-04 08:06:59 +02:00
|
|
|
|
|
|
|
label chapter_2_new:
|
2021-08-10 03:07:45 +02:00
|
|
|
|
|
|
|
python:
|
|
|
|
mine = mod_loader.get(myid)
|
|
|
|
renpy.show(mine['template_sample'])
|
2021-07-04 08:06:59 +02:00
|
|
|
"Sample Text"
|
2021-07-04 20:38:13 +02:00
|
|
|
|
2021-08-10 23:01:57 +02:00
|
|
|
$ exec("renpy.hide(mine['template_sample'])")
|
2021-07-04 20:38:13 +02:00
|
|
|
play music 'audio/OST/Those Other Two Weirdos.ogg'
|
2021-07-04 08:06:59 +02:00
|
|
|
show anon neutral flip at aright with dissolve
|
|
|
|
A "Sample Text"
|
2021-08-10 03:07:45 +02:00
|
|
|
|
2021-08-06 01:48:21 +02:00
|
|
|
F "Sample Text"
|
|
|
|
Lucy "Sample Text"
|
|
|
|
Ro "Sample Text"
|
|
|
|
St "Sample Text"
|
|
|
|
N "Sample Text"
|
|
|
|
Nas "Sample Text"
|
|
|
|
T "Sample Text"
|
|
|
|
Attendant "Sample Text"
|
|
|
|
Sp "Sample Text"
|
|
|
|
Re "Sample Text"
|
|
|
|
D "Sample Text"
|
|
|
|
FM "Sample Text"
|
|
|
|
FD "Sample Text"
|
|
|
|
Tsuki "Sample Text"
|
|
|
|
unknown "Sample Text"
|
|
|
|
jingo "Sample Text"
|
|
|
|
MaitD "Sample Text"
|
|
|
|
Moe "Sample Text"
|
|
|
|
Vince "Sample Text"
|
|
|
|
Waitress "Sample Text"
|
|
|
|
AnonAndFang "Sample Text"
|
|
|
|
SV "Sample Text"
|
|
|
|
carl "Sample Text"
|
|
|
|
Drf "Sample Text"
|
|
|
|
FRT "Sample Text"
|
2021-07-04 08:06:59 +02:00
|
|
|
return
|