Hi, I've had this for ages and thought some of you might find it handy.
When you type "brb" the script replaces your current avatar with a BRB prop. <you can insert your own BRB prop if you don't have mine>
When you come back, simply start chatting, the BRB props are removed and the Avatar you were wearing is replaced.
__________________________________
;LJ©'s BRB Script
;Place this script in your "cyborg.ipt" OUTCHAT handler.
avatar GLOBAL
trigger GLOBAL
{
"" avatar =
{ " " topprop itoa + theprop =
theprop avatar + avatar =
WHOME DOFFPROP
} { TOPPROP } WHILE
[ ;INSERT your BRB PROP ID's here
;DELETING these ones I added :o)
-1372053227 -1372053210 -1372053220 -1372053203 ] SETPROPS
1 trigger =
"" GREPSUB CHATSTR =
}
{
{NAKED
"[" avatar + "] SETPROPS" + STRTOATOM EXEC} trigger 1 == IF
0 trigger = }
CHATSTR LOWERCASE "^brb$" GREPSTR IFELSE
;end LJ©'s BRB Script