complexity
12-30-2004, 10:52 AM
I remember never being able to find a good prop id script. Well here is everyone that you could possibly need : D. And if you add the extra script it mutes everyone in the room. Because you know its annoying when people come talking to you when getting prop ids :). There is no junk in between your prop ids with these scripts.
*****************ON SELECT********************
****On Select Prop Id With Brackets****
ON SELECT {
[] CHATSTR =
"" ttosay =
{ " " topprop itoa + theprop =
theprop ttosay + ttosay =
mousepos dropprop
} { topprop } while
"[" ttosay + "]" + logmsg
CLEARLOOSEPROPS
} CHATSTR "dump" == IF
****On Select Without Brackets(nothing)****
ON SELECT {
[] CHATSTR =
"" ttosay =
{ " " topprop itoa + theprop =
theprop ttosay + ttosay =
mousepos dropprop
} { topprop } while
"" ttosay + "" + logmsg
CLEARLOOSEPROPS
} CHATSTR "dump" == IF
****On Select With Quotations****
ON SELECT {
[] CHATSTR =
"" ttosay =
{ " " topprop itoa + theprop =
theprop ttosay + ttosay =
mousepos dropprop
} { topprop } while
"\"" ttosay + "\"" + logmsg
CLEARLOOSEPROPS
} CHATSTR "dump" == IF
****************On Outchat*******************
****On Command With Quotations****
ON OUTCHAT {
[] CHATSTR =
"" ttosay =
{ " " topprop itoa + theprop =
theprop ttosay + ttosay =
mousepos dropprop
} { topprop } while
"\"" ttosay + "\"" + logmsg
CLEARLOOSEPROPS
} CHATSTR "dump" == IF
****On Command Without Quotations(nothing)****
ON OUTCHAT {
[] CHATSTR =
"" ttosay =
{ " " topprop itoa + theprop =
theprop ttosay + ttosay =
mousepos dropprop
} { topprop } while
"" ttosay + "" + logmsg
CLEARLOOSEPROPS
} CHATSTR "dump" == IF
****On Command With Brackets****
ON OUTCHAT {
[] CHATSTR =
"" ttosay =
{ " " topprop itoa + theprop =
theprop ttosay + ttosay =
mousepos dropprop
} { topprop } while
"[" ttosay + "]" + logmsg
CLEARLOOSEPROPS
} CHATSTR "dump" == IF
**************Extras******************
ON OUTCHAT {
{ ""CHATSTR=
} CHATSTR"^(.*)"GREPSTR ISWIZARD NOT AND IF }
*****************ON SELECT********************
****On Select Prop Id With Brackets****
ON SELECT {
[] CHATSTR =
"" ttosay =
{ " " topprop itoa + theprop =
theprop ttosay + ttosay =
mousepos dropprop
} { topprop } while
"[" ttosay + "]" + logmsg
CLEARLOOSEPROPS
} CHATSTR "dump" == IF
****On Select Without Brackets(nothing)****
ON SELECT {
[] CHATSTR =
"" ttosay =
{ " " topprop itoa + theprop =
theprop ttosay + ttosay =
mousepos dropprop
} { topprop } while
"" ttosay + "" + logmsg
CLEARLOOSEPROPS
} CHATSTR "dump" == IF
****On Select With Quotations****
ON SELECT {
[] CHATSTR =
"" ttosay =
{ " " topprop itoa + theprop =
theprop ttosay + ttosay =
mousepos dropprop
} { topprop } while
"\"" ttosay + "\"" + logmsg
CLEARLOOSEPROPS
} CHATSTR "dump" == IF
****************On Outchat*******************
****On Command With Quotations****
ON OUTCHAT {
[] CHATSTR =
"" ttosay =
{ " " topprop itoa + theprop =
theprop ttosay + ttosay =
mousepos dropprop
} { topprop } while
"\"" ttosay + "\"" + logmsg
CLEARLOOSEPROPS
} CHATSTR "dump" == IF
****On Command Without Quotations(nothing)****
ON OUTCHAT {
[] CHATSTR =
"" ttosay =
{ " " topprop itoa + theprop =
theprop ttosay + ttosay =
mousepos dropprop
} { topprop } while
"" ttosay + "" + logmsg
CLEARLOOSEPROPS
} CHATSTR "dump" == IF
****On Command With Brackets****
ON OUTCHAT {
[] CHATSTR =
"" ttosay =
{ " " topprop itoa + theprop =
theprop ttosay + ttosay =
mousepos dropprop
} { topprop } while
"[" ttosay + "]" + logmsg
CLEARLOOSEPROPS
} CHATSTR "dump" == IF
**************Extras******************
ON OUTCHAT {
{ ""CHATSTR=
} CHATSTR"^(.*)"GREPSTR ISWIZARD NOT AND IF }