Renpy Edit | Save File Link
Now we get to the core keyword: . This refers to a hyperlink that, when clicked, automatically installs a save file into the user's RenPy directory.
label input_name: default player_name = "" screen input_name: add "menu_background" text "Enter new name:": xalign 0.5 yalign 0.4 imagebutton: idle "button_idle" hover "button_hover" pos (300, 300) action ShowMenu("interaction") textfield: idle "#CCCCCC" hover "#AAAAAA" pos (300, 250) size 200 action SetVariable("player_name", renpy.input("")) renpy edit save file link
folder and press "e" in-game to bring up an overlay to search and adjust variables. Universal Ren'Py Mod Now we get to the core keyword:
Hooks & events
Save this as renpy_save_link.reg and run it: 250) size 200 action SetVariable("player_name"