Code: Select all
|** Filename: memspell.mac v.alpha
** Author: Gonezo
** State: ALPHA
** WHAT: Checks to see if there is a spell in that slot if so it forgets it then mems
** the spell!
** USEAGE: /macro memspell.mac $p0 "$p1"
**|
Sub Main
|opening commands
/press CTRL
/press shift
/press alt
/book 1
|This "/if" statement checks to see if the spell gem is full and if so right clicks that gem |then mems the spell.
/if $char(gem,$p0)!="NULL" /click right 104 $int($p0*38-11)
/memspell $p0 "$p1"
/endmacroGone....zo
