ID:259656
 
well, I'm just wondering if I could get a macro to return a proc, and if so would I do this:
client.Return()
mob.proc()
or this:
macro
Return return proc()
Dragon of Ice wrote:
<code> macro > Return return proc()</code>

Close your DM tags next time! =)

That's close, but it's more like this:

macro
Return return "someverb"

You can't make it execute procs. What you can do, though, is turn the proc into a verb and use the "set category=null" option to hide it from the verb panels.