label test_code:
hide screen numeros
$contrasena = 253 * code_value * 15
#-------------------------------------------------
#ATM Basic
if contrasena == 7544460:
if pat_0:
show text "{size=35}{color=#000000}Used password!" with dissolve:
xalign 0.5 yalign 0.4
$renpy.pause(1, hard=True)
hide text with dissolve
$code_value = 0
jump work
$govermentchesse = True
$pat_0 = True
show text "{size=35}{color=#000000}Now you'll get $45 each day!" with dissolve:
xalign 0.5 yalign 0.4
$renpy.pause(2, hard=True)
hide text with dissolve
$code_value = 0
jump work
#Gold Basic
if contrasena == 32435865:
if treasure_1:
show text "{size=35}{color=#000000}Used password!" with dissolve:
xalign 0.5 yalign 0.4
$renpy.pause(1, hard=True)
hide text with dissolve
$code_value = 0
jump work
$treasure_1 = True
$money_e += 200
show text "{size=35}{color=#000000}ACCES GRANTED: Now you have 200 {size=45}e{size=35} to spend!" with dissolve:
xalign 0.5 yalign 0.4
$renpy.pause(3, hard=True)
hide text with dissolve
jump work
#tester
if contrasena == 34192950:
if pat_1:
show text "{size=35}{color=#000000}Used password!" with dissolve:
xalign 0.5 yalign 0.4
$renpy.pause(1, hard=True)
hide text with dissolve
$code_value = 0
jump work
$pat_1 = True
$clothing_patreon_girl = True
show text "{size=35}{color=#000000}You've unlocked the Patreon Outfit!" with dissolve:
xalign 0.5 yalign 0.4
pause 2
hide text with dissolve
$code_value = 0
jump work
#supporter
if contrasena == 7631745:
if pat_2:
show text "{size=35}{color=#000000}Used password!" with dissolve:
xalign 0.5 yalign 0.4
$renpy.pause(1, hard=True)
hide text with dissolve
$code_value = 0
jump work
$pat_2 = True
$clothing_patreon_girl = True
$clothing_clothing_blacked = True
$money_e += 500
show text "{size=35}{color=#000000}You've unlocked 2 exclusive outfits +e500!" with dissolve:
xalign 0.5 yalign 0.4
$renpy.pause(3, hard=True)
hide text with dissolve
$code_value = 0
jump work
#spender
if contrasena == 26508075:
if pat_3:
show text "{size=35}{color=#000000}Used password!" with dissolve:
xalign 0.5 yalign 0.4
$renpy.pause(1, hard=True)
hide text with dissolve
$code_value = 0
jump work
$pat_3 = True
$clothing_patreon_girl = True
$clothing_blacked = True
$clothing_beach_and_sun = True
$money_e += 1500
show text "{size=35}{color=#000000}You've unlocked 3 exclusive outfits +e1500!!" with dissolve:
xalign 0.5 yalign 0.4
$renpy.pause(3, hard=True)
hide text with dissolve
$code_value = 0
jump work
#owner
if contrasena == 7650720:
$money = 1000
$money_e = 1000
show text "{size=35}{color=#000000}WELCOME MR DEADBIRD" with dissolve:
xalign 0.5 yalign 0.4
$renpy.pause(3, hard=True)
hide text with dissolve
$code_value = 0
jump work
show text "{size=35}{color=#000000}Wrong Password":
xalign 0.5 yalign 0.4
$renpy.pause(1, hard=True)
hide text with dissolve
$code_value = 0
jump work