• 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 --->

Syntax question (1 Viewer)

Hiidan

New member
Joined
Jan 16, 2006
RedCents
How do I basically put into a macro
Rich (BB code):
/if (!${Me.Task})
In other words, whats the syntax for "If I don't have a task"
 
I don't know of any TLO's that return your current tasks, but there are ways to find out regardless.

1. Do a simple /tasktimer, use events to catch the output and a bit of logic to calculate whether or not you have a task.

2. Let MQ read your task window.
Here's a simple example how to read a specifik line in your task list (which I've used in other regards):

${Window[TaskWnd].Child[TASK_TaskList].List[1,2]}

That line will return the task name of the very fast task in your task window. If you have no task it will not return anything.

Note that the task window must be open for this info to be read.
 
Syntax question

Users who are viewing this thread

Back
Top