- Jun 30, 2017
- 1,455
- 987
Please a good soul could upload it? $10 bucks is tooo much 4 me at the moment. sadYou must be registered to see the links
You must be registered to see the links
You must be registered to see the links
In console type t = "Your Name"Ok, if you load old savegame, your name is changed to %(t)s
Thanks! You saved me from a cruel destiny of having a most unusual nicknameIn console type t = "Your Name"
Example: t = "Mark"
Ok, if you load old savegame, your name is changed to %(t)s
If i remember right, the user doesn't have an own name. The main guy is Tony.In console type t = "Your Name"
Example: t = "Mark"
This is the code of the Chapter 2If i remember right, the user doesn't have an own name. The main guy is Tony.
With old saves, the name is %(t)s!"Before we get started, what is your name?"
$ t = renpy.input("Enter your name")
$ t = t.strip()
if t == "":
$ t="Tony"
n "Pleased to meet you, %(t)s!"