• You've discovered RedGuides 📕 an EverQuest multi-boxing community 🛡️🧙🗡️. We want you to play several EQ characters at once, come join us and say hello! 👋
  • IS THIS SITE UGLY? Change the look. To dismiss this notice, click the X --->

Recent content by Markota

  1. M

    Question - How do I get argument from command chat?

    Got it -- thanks. #define Version "0.1" #define /banner "/echo \ar[SayTo\ar]\ay" Sub Main /declare wordtopass string outer "" /declare targetofword string outer "" /if (${Defined[Param0]}) { /varset wordtopass ${Param0} /if (${Defined[Param1]}) { /varset targetofword ${Param1}...
  2. M

    Question - How do I get argument from command chat?

    I could not figure out where to start looking for an answer. I am missing some top level object to review maybe -- a hint or even a key line of the code to begin with would be much appreciated. More help if you are willing -- I am happy to fish, but sometimes someone handing you the rod...
  3. M

    Question - How do I get argument from command chat?

    Objective: Say a word to an NPC of known name (NPC_NAME) without targeting them first or pre-programming the word (<word>). Expected format: CMD <word> --- I am thinking I could create a macro named CMD and use it by typing /CMD Pizza And behind the scenes the macro would /target...
Back
Top