You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Say I do default persistent.game_clear = False in script.rpy
Now say I try referencing it in main_menu.rpy
Despite the warning, it still works fine. You can get around the warning by repeating default persistent.game_clear = False in main_menu.rpy, but then this flags a duplicate declaration in Lint. Really minor issue, and honestly I dunno if it's even worth spending that much time on to fix, but felt I might as well bring it to your attention.
The text was updated successfully, but these errors were encountered:
Say I do
default persistent.game_clear = False
inscript.rpy
Now say I try referencing it in
main_menu.rpy
Despite the warning, it still works fine. You can get around the warning by repeating
default persistent.game_clear = False
in main_menu.rpy, but then this flags a duplicate declaration in Lint. Really minor issue, and honestly I dunno if it's even worth spending that much time on to fix, but felt I might as well bring it to your attention.The text was updated successfully, but these errors were encountered: