I'm not sure if this is the right way to do it, but I want to create a script that takes three inputs: 'Elixir name' 'Number to be made' 'Vial type to put them into', so I hoped it could be utilized with an alias of a format like this:
FILL HEALTH 5 VIAL
And then take %1 as the elixir, %2 as the number and %3 as the type. But I'm not sure how to make the script (in Lua) capture each of these separately and thought I might need to make an internal variable for each, which would then be captured by GetVariable().
The only problem being that I don't know if it's possible to create more than one variable at once. Am I wrong track? Should I be asking in the Lua subforum?
FILL HEALTH 5 VIAL
And then take %1 as the elixir, %2 as the number and %3 as the type. But I'm not sure how to make the script (in Lua) capture each of these separately and thought I might need to make an internal variable for each, which would then be captured by GetVariable().
The only problem being that I don't know if it's possible to create more than one variable at once. Am I wrong track? Should I be asking in the Lua subforum?