Advertisement
Gayngel

Phantom door frame.

Apr 4th, 2015
582
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. integer linknumber;
  2. default
  3. {
  4. touch_start(integer num_detected)
  5. {
  6. linknumber = 1; // Set this as the link number of the prim you want phantom.
  7. llSetLinkPrimitiveParamsFast(linknumber, [
  8. PRIM_PHYSICS_SHAPE_TYPE,PRIM_PHYSICS_SHAPE_NONE]);
  9. }
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement