client.Return()
mob.proc()
macro
Return return proc()
ID:259656
Aug 9 2003, 2:05 pm
|
|
well, I'm just wondering if I could get a macro to return a proc, and if so would I do this:
client.Return() macro |
<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.