/noparse¶
Syntax¶
/noparse <command>
Description¶
Prevents any MQ2Data from being parsed when used in command.
Example¶
- Here the literal string "${stuff}" is added to the ini file, as opposed to the current value of ${stuff}.
/noparse /ini stuff.ini MySection MyVal ${stuff}
*Here is another example. First we declare a variable
/declare NotDisplayed string outer DISPLAYED
- Using echo by itself, the MQ2Data is parsed and displayed in the chatwnd:
/echo ${NotDisplayed}
[MQ2] DISPLAYED
- Using /noparse, we do not parse the MQ2Data, and the literal string is displayed in the chatwnd
/noparse /echo ${NotDisplayed}
[MQ2] ${NotDisplayed}
Discussions that link here
- 1st time 18 box tips
- Group use mount - no key ring?
- Staff of Forbidden Rites
- Macro for Old Man McKenzie (nagafen)
- /noparse question
This command is added by MacroQuest.
Republished and possibly modified from https://docs.macroquest.org/reference/commands/noparse/