I am trying to do the following but this isn't an accetable format and wildcards(1) returns an error on nil.
The alias is : sanc*
The alias is : sanc*
if %1 == nil then
Send("cast 'sactuary' name")
else
Send("cast 'sactuary' %1")
end