Players' names?

Karm
11 Sept 2021, 19:10

Hello! I want to create an rpg game where the player would feel like a part of the reality and I was wondering if there is any way for me to do something so the players could write their names and the characters would call them by their name whole time?


DarkLizerd
12 Sept 2021, 01:20

Something like this:

msg ("So, what shall I call you?")
get input {
  player.alias = result
  msg ("Hi {player.alias}, how are you today?")
}