• You've discovered RedGuides, an EverQuest multi-boxing and scripting community 🧙‍♀️⚙️. We want you to play several EQ characters at once, come join us and say hello! 👋

  • A TLP without truebox has thawed (Very Vanilla ready)
    Frostreaver

Macro help pls

starthis

New member
Joined
Jul 13, 2005
RedCents
I've been having a problem with the complete misuse of string , and im not sure what to change the this portion of the code to if any of you can help that would be great. its the line with {string . following is the code

Rich (BB code):
/if (${Defined[cmds-SHORTCUTS]}) { 
      /if (${String[ ${cmds-SHORTCUTS.Lower} ].Find[ ${CurrCommand.Lower} ]}) { 
         /call ShortCut "${CommandText}" 
         /return 
      } 
   } 

   /if (${Defined[cmds-ROUTINES]}) { 
      /if (${String[ ${cmds-ROUTINES.Lower} ].Find[ ${CurrCommand.Lower} ]}) { 
         /call Routine "${CommandText}" 
         /return
 

Users who are viewing this thread

Back
Top
Cart