0 Dora Gustafson Posted May 20, 2011 Share Posted May 20, 2011 Try this: default{ touch_start(integer total_number) { llInstantMessage(llDetectedKey(0), llDetectedName(0) + ",This is a raid!!!"); }} This will send an IM to the one that touches and say the name of the same person.Look up the touch_start event handler and llInstantMessage Link to comment Share on other sites More sharing options...
0 Dora Gustafson Posted May 20, 2011 Share Posted May 20, 2011 Try this: default{ touch_start(integer total_number) { llInstantMessage(llDetectedKey(0), llDetectedName(0) + ",This is a raid!!!"); }} This will send an IM to the one that touches and say the name of the same person.Look up the touch_start event handler and llInstantMessage Link to comment Share on other sites More sharing options...
0 Innula Zenovka Posted May 21, 2011 Share Posted May 21, 2011 Just to add, a script can't IM a group, at least not directly. You'd have to make a list of uuids and have the script run down it, IMing them one by one. Link to comment Share on other sites More sharing options...
Question
Dora Gustafson
Try this:
This will send an IM to the one that touches and say the name of the same person.
Look up the touch_start event handler and llInstantMessage
Link to comment
Share on other sites
2 answers to this question
Recommended Posts
Please take a moment to consider if this thread is worth bumping.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now