lslsnips
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| lslsnips [2026/02/24 15:21] – [Binary converter] miko | lslsnips [2026/02/24 15:22] (current) – miko | ||
|---|---|---|---|
| Line 50: | Line 50: | ||
| </ | </ | ||
| ===== SL to Telegram ===== | ===== SL to Telegram ===== | ||
| - | < | + | < |
| string TELEGRAM_API_URL = " | string TELEGRAM_API_URL = " | ||
| string chat_id = "< | string chat_id = "< | ||
| Line 81: | Line 81: | ||
| </ | </ | ||
| ===== SL2Discord ===== | ===== SL2Discord ===== | ||
| - | < | + | < |
| string discord_web_hook = " | string discord_web_hook = " | ||
| Line 107: | Line 107: | ||
| </ | </ | ||
| ===== Rezz at feet ==== | ===== Rezz at feet ==== | ||
| - | < | + | < |
| integer canRezAt(vector pos) //can I rez at this place? | integer canRezAt(vector pos) //can I rez at this place? | ||
| { | { | ||
| Line 149: | Line 149: | ||
| </ | </ | ||
| ===== Random giver ===== | ===== Random giver ===== | ||
| - | < | + | < |
| //gimme random | //gimme random | ||
| integer random_integer(integer min, integer max) | integer random_integer(integer min, integer max) | ||
| Line 158: | Line 158: | ||
| </ | </ | ||
| ===== Find in List ===== | ===== Find in List ===== | ||
| - | < | + | < |
| // find stuff in my list or not | // find stuff in my list or not | ||
lslsnips.txt · Last modified: by miko
