Search results

  1. D

    Monk AFK skiller

    I was really tired of trying to skill up my FD / Intimidate so I wrote a quick macro to do it for me in Guild Hall one night since I couldn't find anything to do it specifically. It did great on FD, slow on Mend, and even slower on Intimidate, but it did work. I'd added Begging to it as well...
  2. D

    Code Question - Call Sub / Return Value

    I read the Wiki and found <quote>Sub without defined parameters Sub MySub /if (${Defined[Param0]}) /goto :DoThis . execute this code when /call MySub is executed. Parameters are not necessary. . /return [value|${varname}]</quote> to describe how to return a value from a sub routine, but it...