forked from Cavemanon/SnootGame
16 lines
408 B
Plaintext
16 lines
408 B
Plaintext
|
|
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 += [{
|
|
'Name': "Example Mod Name",
|
|
'Label': "storyline_ex"
|
|
}];
|
|
|
|
image template_sample = Image("mods_example/template/img/sample.png")
|
|
|
|
label storyline_ex:
|
|
call chapter_2_new
|