Search found 2 matches

by someoneorsomething
Thu May 25, 2006 6:24 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Bsthelper based off RH mac (Updated 7/06/05)
Replies: 79
Views: 15378

| ################# Checks for expired slow/debuff timers Sub CheckDebuffTimers /declare i int local 1 /for i 1 to ${DebuffTimers.Size} /if (${DebuffTimers[${i}]}) /if (!${Spawn[${DebuffTimers[${i}]}].ID} || ${Spawn[${DebuffTimers[${i}]}].State.Equal[DEAD]}) { /if (${Defined[DebuffTimer${DebuffTime...
by someoneorsomething
Mon Mar 27, 2006 2:07 pm
Forum: MQ2::Macros::Help
Topic: Detect /keypress foward
Replies: 33
Views: 5234

Detect /keypress foward

http://www.macroquest2.com/wiki/index.php/Keypress

It says how to use /keypress in a macro, but i cant find anywhere on how to detect it.

Example

/if {keypress foward} then {do this}

I dont know if the line /if {/keypress foward} is valid.

If there is no way to detect does anyone have any ideas?