mirror of
https://git.cavemanon.xyz/Cavemanon/SnootGame.git
synced 2025-01-22 17:26:20 +01:00
13 lines
356 B
Text
13 lines
356 B
Text
|
|
||
|
init python:
|
||
|
# Modding Support variables
|
||
|
# All mod rpy files must have title of their mod (this shows up on a button)
|
||
|
# and finally the label that controls the flow of dialogue
|
||
|
|
||
|
mod_menu_access += [["Example Mod", "storyline_ex"]];
|
||
|
|
||
|
image template_sample = Image("mods/template/img/sample.png")
|
||
|
|
||
|
label storyline_ex:
|
||
|
call chapter_2_new
|