Jump to content
  • 0

Scripting nightmare


Robyn Austris
 Share

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

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

Question

I am in the middle of a scripting issue, and I have looked to things like the College of Scripting's tutorials, but to no avail. I am trying to get the object, what the script is in, to IM someone or a group by the UUID. I don't know... I keep getting errors with everything, even when I have a UUID in there. Thank you so much, if you can guide me where I am wrong

 

string llDetectedName(integer IS THIS WHERE I PUT THE UUID????);


default
{

    touch_start(integer total_number)
    {
        llInstantMessage(llDetectedName (string), name +  ",This is a raid!!!");
    }
}

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

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