Katawa Shoujo 1.1
Posted: Tue Jul 09, 2013 10:42 am
Code: Select all
label A31:
⋮
if attraction_kenji > 0:
call iscene ("A31e")
+ pass
+ jump_out A38
+ elif attraction_kenji > 0:
+ call iscene("A31e")
+ pass
jump_out A38
Code: Select all
if seen_scene ("A31e"):
jump_out A43
+ elif seen_scene ("A31e"):
+ jump_out A43
Code: Select all
if seen_scene("H5_1"):
call iscene ("H7a")
+ pass
+ elif seen_scene("H5_1"):
+ call iscene("H7a")
+ pass
Code: Select all
play music music_running fadein 0.5
-
-show shizu cross_angry at offscreenright with None
-show misha cross_frown at offscreenleft with None
+with None
+show shizu cross_angry at offscreenright
+with None
+with None
+show misha cross_frown at offscreenleft
+with None
show with None with None?
also what's with the global sort-of-but-not-quite-global-search-and-replace of "\n\n" with "\n"
and the kinda-sorta-random insertion of "pass" almost-everywhere