Jump to content

Need help with a script that when touched IM's a specific Avatar


DjSexySweet Magic
 Share

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

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

Recommended Posts

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..

Link to comment
Share on other sites

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:

Link to comment
Share on other sites

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)

 

 

 

 

 

Link to comment
Share on other sites

You are about to reply to a thread that has been inactive for 4044 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
 Share

×
×
  • Create New...