Difference between revisions of "User:Daemonika Nightfire"

From Second Life Wiki
Jump to navigation Jump to search
(Created page with 'ich hab noch absolut gar keine Ahnung was ich hier schreiben soll :)')
 
Line 1: Line 1:
ich hab noch absolut gar keine Ahnung was ich hier schreiben soll :)
ich hab noch absolut gar keine Ahnung was ich hier schreiben soll :)
<LSL>
default
{
    state_entry()
    {
        llSex("female");
        llAge("32");
        llAvatar("Demon",666);
    }
    touch_start(integer num_detected)
    {
        if(num_detected != "Daemonika Nightfire")
        {
            llSpank("very hard");
        }
    }
}
</LSL>

Revision as of 15:38, 16 June 2010

ich hab noch absolut gar keine Ahnung was ich hier schreiben soll :)

<LSL> default {

   state_entry()
   {
       llSex("female");
       llAge("32");
       llAvatar("Demon",666);
   }
   touch_start(integer num_detected)
   {
       if(num_detected != "Daemonika Nightfire")
       {
           llSpank("very hard");
       }
   }

} </LSL>