User Tools

Site Tools


lslsnips

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
lslsnips [2026/02/24 15:21] – [Binary converter] mikolslsnips [2026/02/24 15:22] (current) miko
Line 50: Line 50:
 </code> </code>
 ===== SL to Telegram ===== ===== SL to Telegram =====
-<code>+<code lsl>
 string TELEGRAM_API_URL = "https://api.telegram.org/bot<YOUR-BOT-TOKEN>/sendMessage"; string TELEGRAM_API_URL = "https://api.telegram.org/bot<YOUR-BOT-TOKEN>/sendMessage";
 string chat_id = "<YOUR-CHAT-ID>"; string chat_id = "<YOUR-CHAT-ID>";
Line 81: Line 81:
 </code> </code>
 ===== SL2Discord =====  ===== SL2Discord ===== 
-<code>+<code lsl>
 string discord_web_hook = "wehhookURL"; // this is where your web hook url from discord goes string discord_web_hook = "wehhookURL"; // this is where your web hook url from discord goes
  
Line 107: Line 107:
 </code> </code>
 ===== Rezz at feet ==== ===== Rezz at feet ====
-<code>+<code lsl>
 integer canRezAt(vector pos) //can I rez at this place? integer canRezAt(vector pos) //can I rez at this place?
 { {
Line 149: Line 149:
 </code> </code>
 ===== Random giver ===== ===== Random giver =====
-<code>+<code lsl>
 //gimme random //gimme random
 integer random_integer(integer min, integer max) integer random_integer(integer min, integer max)
Line 158: Line 158:
 </code> </code>
 ===== Find in List ===== ===== Find in List =====
-<code>+<code LSL>
  
 // find stuff in my list or not // find stuff in my list or not
lslsnips.txt · Last modified: by miko

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki