For this you need to add a script to a room or your Palace Clients Cyborg script. You can check if you have a script already by saying "pid" in your Palace. without the " " quotes off course :)
If you know how to add a script to the Palace Client cyborg.ipt then here is the script:
if chatstr="pid" then
for i=1 to nbruserprops
s=s+format(userprop(i),"-0")+" "
next
logmsg chr(34)+trim(s)+chr(34)
chatstr=""
end if
Add it to the ON OUTCHAT part of the script, make sure you BACKUP the Cyborg.ipt before edting it, only edit it with textpad.
Then go to your Palace, wear the prop you want to addd, say "pid" and the prop id's should show up in the Palace log. You can copy paste them from there.
EDIT:
Ok found a dump script, this is a pretty handy script to add to your Cyborg, it drops the props at the point where your mouse is and gives you the prop IP numbers in the log, not sure but I think you can add this to a room by adding ON INCHAT to it:
;dump script to get prop ids and drop props at your mouse position
{
"" CHATSTR =
"" ttosay =
{ " " topprop itoa + theprop =
theprop ttosay + ttosay =
mousepos dropprop
} {topprop} while
"\"" ttosay + "\" " + logmsg
} CHATSTR "dump" == IF
__________________
Please don't ask me for help in private, use the USER QUESTIONS forum if you need help.
Last edited by maarten; 07-31-2009 at 04:52 PM.
Reason: found the dump script
|