|
Nichiren Dinzeo
Registered User
Join date: 14 Feb 2007
Posts: 203
|
02-18-2007 21:29
I have a simple object...basically a square...I would like for my group members to be able to TOUCH the object and have the option to LOG that they touched it along with some commentary..such that when another member finds the object and touches it they can see WHO else in the group found the object and what they wrote about finding the object.
anyone have sample scripts for something like this? thx
|
|
Newgate Ludd
Out of Chesse Error
Join date: 8 Apr 2005
Posts: 2,103
|
02-19-2007 01:50
This is the scripting tips forum, where we help each other to write and debug scripting problems. If you just want someone to write you a script try Products Wanted.
Your object will need maintain a list of who touched it and when. Then when touched it will first check for the appropriate group match and if correct dump out the list of current touchers before adding the new one. Be aware of the 16K limit, list are very good at eating into it!
|
|
Top Tank
Wasted Jack
Join date: 5 Dec 2005
Posts: 12
|
02-19-2007 05:50
I posted a (very basic) logger script to the scripting library forum, about a year ago. You can find it here .
|
|
Nichiren Dinzeo
Registered User
Join date: 14 Feb 2007
Posts: 203
|
thanks
02-19-2007 07:16
thank you...
|