Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- vector colore=<1,1,1>; // r,g,b
- float opacita=1;
- default {
- state_entry(){
- llSetText("Riga1
- Riga2
- Riga3
- ....
- Rigan",colore,opacita);
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement