Created
June 26, 2020 19:33
-
-
Save madame-rachelle/0a0c038064de4f1d3591b6418ca1d785 to your computer and use it in GitHub Desktop.
LSL Set physics on rez
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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