I have a number, for instance, the number 6, stored in a local variable, such as:
Now, if I have a custom command named cmdx, how should the syntax within this command be writed to accept this var1?
Code:
local var1 42

Comment