Jump to content

Dialog box for tip jar


MeredyddRogueStar
 Share

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

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

Recommended Posts

Hi im trying to make my own tipjar script and this is waht i already got:

default
{
    state_entry()
    {
        llSetPayPrice(0, []);
    }
    money(key giver, integer amount)    {        string name = llGetDisplayName(giver);        llSay(0,"Thank you for the generous tip, "+name+",!");
        llSetText("Mere's Tipjar!", <1,1,1>,1); //Change the hovering text here
  }
   }

So far im liking it because i dont want it to state how much I in totally got in donations now the folowing.

I want to give it me a Dialog/text box telling me who donated how much and i need/want me the only one to see it.

 

Anyone here who can help me with that one

 

Thanks in advance

Link to comment
Share on other sites

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