Version 1.0 / updated on 2002AU19
Return to the main guides index
This is a example of a mak'ro used when fallen to toggle someone. Use it simply by typing "tog name", for example "tog drablak" and then hit return.
// Toggle macro
// Will unshare then share the specified person
// Usage: tog exilename
"tog"
{
if @text != ""
"/unshare " @text "\r"
pause 13
"/share " @text "\r"
end if
}