I'm looking for a way to put a space in an alias name, ex:
--Works--
/test=/echo yup
--Does NOT work--
/test now=/echo yup
Moderator: MacroQuest Developers
Your example doesn't work because MQ would read 'now' as an argument instead of part of the command.Soulzek wrote:I'm looking for a way to put a space in an alias name, ex:
--Works--
/test=/echo yup
--Does NOT work--
/test now=/echo yup