by Brayla Sana | Jun 16, 2017 | LSL, OSSL, Types, Wiki
A string is a sequence of characters limited in length only by available memory. Strings are enclosed in quotation marks (“). LSL uses UTF-8 for its encoding standard for strings. Example: string foo = “bar”; // this defines a string named...
by Brayla Sana | Oct 8, 2017 | Full Scripts
This is Crystaline’s excellent door script, which I love to use for my builds. It is meant fro single prim, non root doors. I added a bit of code to make the door “phantom” (actually [PRIM_PHYSICS_SHAPE_TYPE, 1]) when it is open....