views
3
likes
1

Comments

What do you think?
No comments yet.

This is the game when Victor Location ends, but this isn't actually FNAF. When the animatronics become question marks, they aren't the Mickey Mouse animatronics from Disney. Can I borrow a little bit of Process? #fangame #horror



teen

# MENU GLITCH

if tempo % 5 == 0:

mostrar("mickey_normal")

if tempo % 7 == 0:

mostrar("mickey_aberto")

tocar("static")

# START

if clicar:

ir_para(

"noite_1")

# PAINEL LUZ/CHOQUE

def act(t, l):

if t == "l": # luz

en -= 1

if t == "c": # choque

en -= 5

tocar("zap")

# EX: CHOQUE ESQUERDO

if b1:

act

("c", "e")

# SISTEMA DE CAMERAS

def mudar(n):

global c

c = n

# BOTAO 1

if b1:

mudar(1)

print("Minnie")

# BOTAO 2

if b2:

mudar(2)

pr

int("Pateta")

# IA TICO E TECO

if tempo > 5 and sorteio > 8:

esquilos_grade = True

# DEFESA

if segurar_grade:

resistencia -= 1

if resistencia <= 0:

esquilos_grade = False

# JUMPSCARE

if grade_aberta:

JUMP

SCARE_TECO()

# ATAQUE MARGARIDA (Duto)

if donald_perto and sorteio(1,10) > 8:

margarida_ataca = True

print("Margarida no duto!")

# DEFESA: Feche rápido!

if duto_aberto and margarida_ataca:

JUMPSCARE_MARG

ARIDA()