- Feb 20, 2021
- 4,088
- 6,078
to rename "David" to your choosen mc name do this :
open script.rpy with a editor (notepad++)
replace (make backup first)
define mcf = Character("David")
with
define mcf = Character("[mc]")
or download attached file and extract into mainfolder
open script.rpy with a editor (notepad++)
replace (make backup first)
define mcf = Character("David")
with
define mcf = Character("[mc]")
or download attached file and extract into mainfolder