Advertisement
salahzar

Interruttore ON

Apr 27th, 2013
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. default
  2. {
  3.     state_entry()
  4.     {
  5.         llSetText("ON",<0,1,0>,1);
  6.     }
  7.     touch_start(integer count)
  8.     {
  9.         llRegionSay(100,"ON");
  10.     }
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement