Comments

Log in with itch.io to leave a comment.

# 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? 

Imma post my progress on my own page. Your first video truly covered the basics anyone needs to know.

(+1)

YOUR TUTORIALS ARE DA BEST!!!

(+2)

Thank you sp much for making accessible renpy resources and tutorials! Really appreciate it!!!

i have renpy zeil, i am learning to use renpy in your channel zeil.

i am learning to make a game from ren'py from her channel.

(+2)

Hello...Where can I create my own character in Ren'py? I don't really know where to find it.

(+1)

Thank you so much for the tutorial and assets. Very useful.