インターフェース系
UI
| 関数・イベント名 | 区分 | 概要 | 定義 |
| llDialog | 関数 | ダイアログを表示する[参考]初級lsl-8 | llDialog(key id, string message, list buttons, integer chat_channel) |
| llMapDestination | 関数 | マップに指定位置を表示する[参考]初級lsl-9 | llMapDestination(string sim_name, vector position, vector lookat) |
| llSetSitText | 関数 | パイメニューの「Sit」を他の文字列に変更する | llSetSitText(string text) |
| llSetText | 関数 | フロートテキストを設定する[参考]初級lsl-9 | llSetText(string text, vector color, float alpha) |
| llSetTouchText | 関数 | パイメニューの「Touch」を他の文字列に変更する | llSetTouchText(string text) |
チャット
| 関数・イベント名 | 区分 | 概要 | 定義 |
| listen | イベント | リッスンしたとき[参考]初級lsl-7 | listen(integer channel, string name, key id, string message) |
| llInstantMessage | 関数 | IMを送信する | llInstantMessage(key user, string message) |
| llListen | 関数 | チャットを受信可能にする[参考]初級lsl-7 | integer llListen(integer channel, string name, key id, string msg) |
| llListenControl | 関数 | listenのON/OFFを行う | llListenControl(integer number, integer active) |
| llListenRemove | 関数 | listenを停止する[参考]初級lsl-7 | llListenRemove(integer number) |
| llOwnerSay | 関数 | オーナーにメッセージを送信する | llOwnerSay(string msg) |
| llRegionSay | 関数 | 土地全域にチャットメッセージを送信する | llRegionSay(integer channel, string text) |
| llSay | 関数 | 半径20mの範囲にチャットメッセージを送信する[参考]初級lsl-3 | llSay(integer channel, string text) |
| llShout | 関数 | 半径100mの範囲にチャットメッセージを送信する | llShout(integer channel, string text) |
| llWhisper | 関数 | 半径10mの範囲にチャットメッセージを送信する | llWhisper(integer channel, string text) |
取引
| 関数・イベント名 | 区分 | 概要 | 定義 |
| money | イベント | payされたとき[参考]初級lsl-11 | money(key id, integer amount) |
| llGiveMoney | 関数 | L$を指定した相手に支払う[参考]初級lsl-11 | llGiveMoney(key destination, integer amount) |
| llSetPayPrice | 関数 | payダイアログの設定を行う[参考]初級lsl-11 | llSetPayPrice(integer price, list quick_pay_buttons) |