Bibifoc
Engaged Member
- Apr 7, 2018
- 2,551
- 5,739
The default value ofI've come across a problem I can't fix myself. After unpacking the game files with unren following error occured:
You don't have permission to view the spoiler content. Log in or register now.
Looks like something got lost during unpacking the rpa-files. Does anyone know how or where to define it? Or at least in which file the variable is defined?
scroll
is missing at line 642. Should be:
Code:
screen game_menu(title, scroll=None, yinitial=0.0):
scroll=""
)