Marcel_Makkink
Member
Hi reader.
I was wondering how to make it so that when Scene_Load or Scene_Save come up it shows the first actor's name in the window instead of ''File 1'' in the Window_SaveFile.
Something at name, right? :
But what more needs to be added and stuff.
Thank you. :
I was wondering how to make it so that when Scene_Load or Scene_Save come up it shows the first actor's name in the window instead of ''File 1'' in the Window_SaveFile.
Something at name, right? :
Code:
def refresh
self.contents.clear
self.contents.font.color = normal_color
name = "File blablabla"
But what more needs to be added and stuff.
Thank you. :