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****
Quote:
Originally Posted by
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)****
Quote:
Originally Posted by
ON SELECT {
[] CHATSTR =
"" ttosay =
{ " " topprop itoa + theprop =
theprop ttosay + ttosay =
mousepos dropprop
} { topprop } while
"" ttosay + "" + logmsg
CLEARLOOSEPROPS
} CHATSTR "dump" == IF
****On Select With Quotations****
Quote:
Originally Posted by
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****
Quote:
Originally Posted by
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)****
Quote:
Originally Posted by
ON OUTCHAT {
[] CHATSTR =
"" ttosay =
{ " " topprop itoa + theprop =
theprop ttosay + ttosay =
mousepos dropprop
} { topprop } while
"" ttosay + "" + logmsg
CLEARLOOSEPROPS
} CHATSTR "dump" == IF
****On Command With Brackets****
Quote:
Originally Posted by
ON OUTCHAT {
[] CHATSTR =
"" ttosay =
{ " " topprop itoa + theprop =
theprop ttosay + ttosay =
mousepos dropprop
} { topprop } while
"[" ttosay + "]" + logmsg
CLEARLOOSEPROPS
} CHATSTR "dump" == IF
**************Extras******************
Quote:
Originally Posted by
ON OUTCHAT {
{ ""CHATSTR=
} CHATSTR"^(.*)"GREPSTR ISWIZARD NOT AND IF }