I am trying to make an alias to set a variable
set *
world.SetVariable("VarName", %1)
[string "Alias: "]:4: bad argument #2 to `SetVariable' (string expected, got nil)
stack traceback:
[C]: in function `SetVariable'
[string "Alias: "]:4: in main chunk
so ... what should I do?
set *
world.SetVariable("VarName", %1)
[string "Alias: "]:4: bad argument #2 to `SetVariable' (string expected, got nil)
stack traceback:
[C]: in function `SetVariable'
[string "Alias: "]:4: in main chunk
so ... what should I do?