So I’m really new to this and I’ve began to start my own game but I don’t know how to set the players name to anything. I try creating a variable: *create name “John”
But I get the error: Invalid expression, couldn’t extract another token: “John”
what am I doing wrong?
*create command can be used only in startup.txt. Make sure they come after *title and *scene_list. When you are setting variables, use *set, not *create.
Thanks a ton!!