- Aug 20, 2017
- 944
- 6,697
Is this the best way or are there other ways and when would i use what method.
Then later in another chapter
Is this the best way or are there better ways?
Code:
# check teh concept teh code may be slightly off
Label hot_scene
default HotChick = False
Boy "Wow that was amazing."
Girl "Yes that was amazing. Call me again when you want more."
Menu
Yes:
Boy "I will do that"
$ HotChick = True
jump next_scene
No:
boy "i dont think so"
jump next_scene
Code:
label horney
boy "I'm Horney"
if HotChick:
boy "I better call that hot chick again"
Jump HotChick_Scene2
else:
boy "I better masturbate"
Jump masterbate_again