Jump to content

hud issues


Chellynne Bailey
 Share

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

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

Recommended Posts

This is probably gunna end up being something silly.

 

I've got a script in one of my attachments that triggers when I type "/1 bouncey" 

 

Theoretically, I should be able to drop this in a prim, and use it as a hud to trigger the script.

=================================

default
{


touch(integer _dummy)
{
llSay(1, "bouncey");
}
}

=================================

 

But.... it's not.  It works just fine when I type /1 bouncey ...so I must be missing something...

Link to comment
Share on other sites

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