forked from Cavemanon/Shes-a-bit-sluggish
Clean up repo. No more swearless. Add base spanish files
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
|
||||
define D = Character("Dori") #tfw slug gf
|
||||
define A = Character("Andrew") #Robofrengot
|
||||
define R = Character("Dori's Roommate") #not waifu material
|
||||
define R = Character(_("Dori's Roommate")) #not waifu material
|
||||
|
||||
image black = "#000"
|
||||
|
||||
@@ -43,16 +43,19 @@ else:
|
||||
label start:
|
||||
$ score = 0
|
||||
#some of us are so proud of this that we want to show it to mom and mom doesnt like swear words :))
|
||||
menu:
|
||||
"The script contains swearing and other family unfriendly images, would you be okay with seeing that?"
|
||||
"no thank you":
|
||||
"No Swearing Activated..."
|
||||
scene black with fade
|
||||
jump MomCanSeeThis
|
||||
# menu:
|
||||
# "The script contains swearing and other family unfriendly images, would you be okay with seeing that?"
|
||||
# "no thank you":
|
||||
# "No Swearing Activated..."
|
||||
# scene black with fade
|
||||
# jump MomCanSeeThis
|
||||
|
||||
"yeah":
|
||||
"Swearing Activated..."
|
||||
scene black with fade
|
||||
jump Normal
|
||||
# "yeah":
|
||||
# "Swearing Activated..."
|
||||
# scene black with fade
|
||||
# jump Normal
|
||||
|
||||
scene black with fade
|
||||
jump Normal
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user