Skip to content

ref_label

tacoen edited this page May 30, 2020 · 6 revisions

Labels


test/e1/menuof.rpy 
    act
    +--- attention (act.attention)
    +--- attention2 (act.attention2)
    +--- menus (act.menus)
    +--- question (act.question)
    +--- worry (act.worry)

ramen/000-labels.rpy 
    after_load

test/e1/test.rpy 
    blue

test/dummy/dummy.rpy 
    dummy_realstart
    dummy_start

test/e3/hoshi.rpy 
    hoshi_dressup

test/e1/test.rpy 
    joan_somechat

script.rpy 
    nesting_test

test/e1/test.rpy 
    night_only

ramen/000-labels.rpy 
    ramen_newgame

test/e2/test2.rpy 
    rina_expression
    rina_qna

script.rpy 
    start
    +--- over (start.over)
    +--- step1 (start.step1)
    +--- step_a (start.step_a)
    +--- step_b (start.step_b)
    test

test/e1/test.rpy 
    +--- exit (test.exit)
    +--- floor2 (test.floor2)
    +--- red (test.red)
    +--- themap (test.themap)
    testmenu
    +--- test_after (testmenu.test_after)
    +--- test_inventory (testmenu.test_inventory)
    +--- test_mainmenu (testmenu.test_mainmenu)
    +--- test_modal (testmenu.test_modal)
    +--- test_scenecond (testmenu.test_scenecond)
    +--- test_telephony (testmenu.test_telephony)


Generated Time: 05/30/20 17:58:57

Note This files created using ramen-dev makedoc() from working ramen ren'py project, same references may become a non existent.

Made with Ren'Py 7.3.5.606

Clone this wiki locally