Jump to content

String from listen event inside llSetAlpha?


Ares Baroque
 Share

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

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

Recommended Posts

default
{
    state_entry()
    {
        llListen(0,"","","");
    }

    listen(integer chan,string name,key id,string msg)
    {
      
        llSetAlpha(msg); // Is there a way to change a string into a float from a listen event?
    }
}
 

Link to comment
Share on other sites

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