Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

# The script of the game goes in this file.

# Declare characters used by this game. The color argument colorizes the

# name of the character.

define Sila = character('Sila', color = "#0000FF")

# The game starts here.

label start:

label sprites:

label character:

label background:

scene bg gym
with fade

label bgn:

label sfx:

label choices:

menu optional_name:

    "Say Statement"

    "Choice 1":

        #block of code to run

    "Choice 2":

        #block of code to run

Can tell me why doesn't open?