I don't know in what scenarios I am supposed to use these kind of variables.
In script_commands.txt I get this:
@ <- A temporary variable attached to the character.
so if I do
set @newtag,1;
The player will have that tag, right?
And also How temporary is the variable?
.@ <- A scope variable.
I just don't understand the description. I have read it like 10 times...
Is this variable attached to the player and also the Npc? If so, which scenarios I would use a .@variable?
In script_commands.txt I get this:
@ <- A temporary variable attached to the character.
so if I do
set @newtag,1;
The player will have that tag, right?
And also How temporary is the variable?
.@ <- A scope variable.
I just don't understand the description. I have read it like 10 times...
Is this variable attached to the player and also the Npc? If so, which scenarios I would use a .@variable?