Im at work and cant figure out how to open a door.
Whats the easy way?
/target door
/leftmouseup
/delay 1s
???
Anyone that can help on this noob question
Moderator: MacroQuest Developers


Code: Select all
/doortarget
/if (${Target.Name.Find["door"]} && ${Target.Distance}<=12) {
/keypress USE HOLD
/keypress USE
/call Delay 1s
}