Advertisement
salahzar

Etichetta un prim

Oct 13th, 2014
355
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. vector colore=<1,1,1>; // r,g,b
  2. float opacita=1;
  3. default {
  4.    state_entry(){
  5.        llSetText("Riga1
  6. Riga2
  7. Riga3
  8. ....
  9. Rigan",colore,opacita);
  10.    }
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement