Jump to content
You are about to reply to a thread that has been inactive for 4242 days.

Please take a moment to consider if this thread is worth bumping.

Recommended Posts

Posted

hey everyone.. i am new to these forums.. but i really need help with what is probably a simple script.. I am creating a board for a friends business. I am trying to add a script that when touched the person who touches it will be able to IM my friend and not me.. any help is appreciated.. i am new to the scripting thing.. so PLZ PLZ help..

Posted

You need to think for yourself
This group is a group where we help each other getting scripts to work and we discuss different script approaches
It is not a place where we give away free scripts (although it happens frequently)
If you do not want to write it yourself you should ask in Commerce/Wanted or you might find one on the marketplace or inworld

:smileysurprised::):smileyvery-happy:

Posted

Why not show us what you've got at the moment, and explain how it's not working as you want it?

I'm a bit confused from your description whether you want it to IM your friend with a standard message ("So and so just touched me") or whether you want it to open an IM window.

Posted

some ideas:

set up a listen in your state entry and define a channel for the textbox

 

key person = " preson to IM's key goes here";

 

in the touch_start   event you need .

 

 id = llDetectedKey(0);

name = llDetectedName(0);

llTextBox(id, "send Instant Message":,channel) ;

 

in the listen event :

 llInstantMessage(person,"\nFrom: " + name + "\n" + msg);

 

or something like that?

this should opeen a textbox, and have the message sent to whoever

you have defined  as ......person(see above)

 

 

 

 

 

You are about to reply to a thread that has been inactive for 4242 days.

Please take a moment to consider if this thread is worth bumping.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...