Sur le web
Sur ce site



 

Description : voilà un petit script qui permet de se faire "tiper".

Code:
integer totaldonated;
string owner;

default
{
state_entry()
{
owner = llKey2Name(llGetOwner());
llSetText( owner + "'s donation box.nAll donations gratefully accepted.n$0 donated so far.nRight-click on me and select Pay to donate.",<1,1,1>,1);
}

on_rez( integer sparam )
{
llResetScript();
}

money(key id, integer amount)
{
totaldonated+=amount;
llSetText( owner + "'s donation box.nAll donations gratefully accepted.n$" + (string)totaldonated + " donated so far.nRight-click on me and select Pay to donate.",<1,1,1>,1);
llInstantMessage(id,"Thanks very much for the tip!");
llInstantMessage(llGetOwner(),llKey2Name(id)+" donated $" + (string)amount);
}
}

VirWoX
AJOUTER CETTE PAGE AUX FAVORIS
Votre pub Second Life ici

Contacter Momo Foulsbane

via SL ou e-mail
 
Ce site web a été créé gratuitement avec Ma-page.fr. Tu veux aussi ton propre site web ?
S'inscrire gratuitement