-
Notifications
You must be signed in to change notification settings - Fork 2
tips known_error
tacoen edited this page Jun 25, 2020
·
12 revisions
and how to workarround it
When encounter reload error:
$ action_shortcut({
'storage':{
'text':'Storage',
'icon':'ico-archive',
'action':[Show('inventory_ui',inv=storage)]
},
})
It's because storage
object wasn't recorded at savelog, savelog shown NoneType.
It's only happened when config.develop = True.
screen inventory_storage():
use inventory_ui(storage)
$ action_shortcut({
'storage':{
'text':'Storage',
'icon':'ico-archive',
'action':[Show('inventory_storage')]
},
})
Generated Time: 06/25/20 22:35:01
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
Refs: Non-Class Function | Init Level | Labels