by Brayla Sana | Jun 16, 2017 | LSL, OSSL, Types, Wiki
Instead of arrays, LSL uses lists. The list type is exactly what it sounds like: a heterogeneous list of the other data types. Lists are created via comma-separated values (CSV) of the other data types. enclosed by square brackets: “[” and “]”....
by Brayla Sana | Jun 14, 2018 | Events, LSL, OSSL, Wiki
listen(integer channel, string name, key id, string message) The listen() event handler is invoked whenever a chat message matching the constraints passed in the llListen function is heard. The channel the chat was picked up on, the name and id of the speaker and the...