Skip to content

Instantly share code, notes, and snippets.

@ttdoda
Created August 2, 2022 15:13
Show Gist options
  • Save ttdoda/84a080df75512d24cc6b40190476725c to your computer and use it in GitHub Desktop.
Save ttdoda/84a080df75512d24cc6b40190476725c to your computer and use it in GitHub Desktop.
ドドスコ
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