Created
August 2, 2022 15:13
-
-
Save ttdoda/84a080df75512d24cc6b40190476725c to your computer and use it in GitHub Desktop.
ドドスコ
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
strdim w 2 | |
w[0] = "ドド" | |
w[1] = "スコ" | |
f1 = 4 | |
f2 = 0 | |
until f1 == 3 && f2 == 2 | |
random n 1 | |
dispstr w[n] | |
if n == 0 then | |
if f1 == 3 then | |
f2 = f2 + 1 | |
else | |
f2 = 0 | |
endif | |
f1 = 0 | |
else | |
f1 = f1 + 1 | |
endif | |
endwhile | |
dispstr "ラブ注入♡"#13#10 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment