make an game on ren'py

Kittydri

New Member
Nov 7, 2023
2
1
hi guy, i'm a beginer of ren'py, i have a problem of adding video to an game i making on ren'py, can you show me how it done. it alway end up like this
1699450238279.png 1699450251015.png 1699450246224.png
 

hiro_san

Newbie
Jul 22, 2023
44
59
your indentation must be
General code:
Python:
label start:
    .
    .
    Eilee "I am Eileen!"
    $ renpy.movie_cutscene('Eileein.webm')
    return