How do I let the player make a name
Cloud=bestcat
02 Jul 2020, 01:33Ive never done this before and I have no idea how to do ANYTHING. I would like this question answered but any tips AT ALL are welcome
Pertex
03 Jul 2020, 08:51Best thing is to read the online help and try to understand the tutorial

Bttflover5566
04 Jul 2020, 16:48Here's how I did it.
msg ("A lady, interesting. Well, every character needs an epic name
worthy of them. What's yours?")
get input {
player.alias = result
msg ("I will be speaking to you soon, " + player.alias)
You get input and set it to the player's name. Then, you address the player as player.alias
I hope this helps! :)