Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save madame-rachelle/0a0c038064de4f1d3591b6418ca1d785 to your computer and use it in GitHub Desktop.

Select an option

Save madame-rachelle/0a0c038064de4f1d3591b6418ca1d785 to your computer and use it in GitHub Desktop.
LSL Set physics on rez
default
{
state_entry()
{
llSetLinkPrimitiveParamsFast(LINK_ROOT, [PRIM_PHYSICS, TRUE]);
}
on_rez(integer param)
{
llResetScript();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment