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

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

Recommended Posts

Posted

Howdy

I know its probably been asked before but I cant seem to find it.  Im looking for a random number generator that will post the results into local chat.  the numbers generated are between 1 and 20.

Thanks in advance!

Posted
default
{
    state_entry()
    {
        integer random_number = 1 + (integer)llFrand(20.0);
 
        llSay(0, (string) random_number);
    }
}

That's about as simple a beginner script as you can ask for.  ;)

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