Today someone came to em said a script, that looked perfectly fine, didn't work to me on PalaceChat, turns out TOPPROP returns 0 at all times.
(NOTE: This will be fixed in the next release)
So, to help them out, I came up with another one you can use, personally I think it's even better than the one they gave me to veirfy.
(NOTE: You can use the old one after the PalaceChat update)
Old Script:
Code:
ON SELECT{
"" ttosay =
{ " " topprop itoa + theprop =
theprop ttosay + ttosay =
mousepos dropprop
} { topprop } while
"\"" ttosay + "\" " + logmsg
CLEARLOOSEPROPS
}
New Script
Code:
ON SELECT {
"\x22" { " " i USERPROP ITOA & & i ++ } { i NBRUSERPROPS < } WHILE "\x22" & LOGMSG
}
Why is the new one better than the old one? Well for multiple reasons:
1. It uses less room space
2. Looks more stable to me (for P32 users), because it doesn't has to drop and erase the props in a very short amount of time
3. Simply looks neater.