Advertisement
Guest User

Untitled

a guest
Jan 21st, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. string desc = "your description"; // Type your decription here
  2. string name = "your name"; // Type your name here
  3.  
  4. default
  5. {
  6. state_entry()
  7. {
  8. llSetLinkPrimitiveParamsFast(LINK_SET,
  9. [PRIM_NAME, name, PRIM_DESC, desc] );
  10. }
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement