Name variables?

This probably has a topic somewhere but I can’t find it. So, I have different options for the name, as most games do, but when I try to put *set name “Invidia” or whatever it is, it tells me that name is a non-existent variable. How do I make it an existing variable?

Do you have the *create command for the variable in startup.txt?

I tried doing *create name and *create variable “name” but neither worked. Is the command different?

It should be:

*create name "namegoeshere"

Then, it will show “namegoeshere” whenever you have ${name}.

2 Likes

This will help you.

The command’s syntax goes like this

*create variablename variablecontent

Alright. Thanks for the help all!

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.