New pages
- 10:17, 1 August 2024 Bot Playground/Examples/AI IM Autoresponder (hist) [1,683 bytes] Gg (Talk | contribs) (Created page with "<syntaxhighlight> // Bots Playground script: Test (build 1 by Glaznah Gassner) const aiSettings = { instructions: "You are a bot in Second Life. Act like a greater, be polit...")
- 22:06, 26 July 2024 HTTP API/Bot Commands/find objects (hist) [6,071 bytes] NealB (Talk | contribs) (Created page with "{{DISPLAYTITLE: find_objects}} <onlyinclude>Returns the list of objects rezzed in the region.</onlyinclude> <syntaxhighlight lang="lsl"> // See "LSL Helper Functions" page fo...")
- 00:49, 6 June 2024 HTTP API/Bot Commands/region info (hist) [1,305 bytes] NealB (Talk | contribs) (Created page with "{{DISPLAYTITLE: command_name}} <onlyinclude>Gets the region info of a sim.</onlyinclude> <syntaxhighlight lang="lsl"> // See "LSL Helper Functions" page for this function sm...")
- 11:02, 7 December 2023 Bot Playground/Commands/move (hist) [1,441 bytes] Gg (Talk | contribs) (Created page with "{{DISPLAYTITLE:{{SUBPAGENAME}}}} <onlyinclude>Start or stop bot movement and rotations.</onlyinclude> <syntaxhighlight lang="javascript"> Bot.move(instruction, state); </synt...")
- 10:35, 7 December 2023 Bot Playground/Commands/fly (hist) [711 bytes] Gg (Talk | contribs) (Created page with "{{DISPLAYTITLE:{{SUBPAGENAME}}}} <onlyinclude>Starts or stops flying.</onlyinclude> <syntaxhighlight lang="javascript"> Bot.fly(isFlying); </syntaxhighlight> {{API Command T...")
- 10:21, 7 December 2023 Bot Playground/Events/autopilot stuck (hist) [1,197 bytes] Gg (Talk | contribs) (Created page with "{{DISPLAYTITLE:autopilot_stuck}} <onlyinclude>Fires when bot autopilot gets stuck and gives up moving further. {{NotAvailableForQB}}</onlyinclude> See Bot Playground/Comman...")
- 10:20, 7 December 2023 Bot Playground/Events/autopilot completed (hist) [1,207 bytes] Gg (Talk | contribs) (Created page with "{{DISPLAYTITLE:autopilot_completed}} <onlyinclude>Fires when bot autopilot successfully completes its journey. {{NotAvailableForQB}}</onlyinclude> See Bot Playground/Comman...")
- 10:16, 7 December 2023 Bot Playground/Events/autopilot started (hist) [1,172 bytes] Gg (Talk | contribs) (Created page with "{{DISPLAYTITLE:autopilot_started}} <onlyinclude>Fires when bot autopilot starts. {{NotAvailableForQB}}</onlyinclude> <syntaxhighlight lang="javascript"> Bot.on("autopilot_sta...")
- 07:04, 7 December 2023 Bot Playground/Commands/walkTo (hist) [2,275 bytes] Gg (Talk | contribs) (Created page with "{{DISPLAYTITLE:{{SUBPAGENAME}}}} <onlyinclude>Walk to a position within the current region.</onlyinclude> <syntaxhighlight lang="javascript"> Bot.walkTo(x, y, z); </syntaxhig...") originally created as "Bot Playground/Commands/walkto"
- 15:44, 16 October 2023 Bot Playground/AI/Tokens (hist) [1,474 bytes] Gg (Talk | contribs) (Created page with "{{DISPLAYTITLE: {{{SUBPAGE}}}} Token is a "charge" or SmartBots AI, to be utilized by SmartBots AI engine. Think of token as a short word (~4 characters). Longer words may co...")
- 15:55, 10 October 2023 Bot Playground/AI/Conversation.configure (hist) [830 bytes] NealB (Talk | contribs) (Created page with "{{DISPLAYTITLE:{{SUBPAGENAME}}}} <onlyinclude>'''Sets some configuration values for the future usage'''</onlyinclude> <syntaxhighlight lang="javascript"> Conversation.configu...")
- 15:55, 10 October 2023 Bot Playground/AI/Conversation.chat (hist) [1,030 bytes] NealB (Talk | contribs) (Created page with "{{DISPLAYTITLE:{{SUBPAGENAME}}}} <onlyinclude>'''Sends a chat message request to bot AI within a conversation with a specific resident.'''</onlyinclude> <syntaxhighlight lang...")
- 15:54, 10 October 2023 Bot Playground/AI/Bot.AI.forgetConversation (hist) [465 bytes] NealB (Talk | contribs) (Created page with "{{DISPLAYTITLE:{{SUBPAGENAME}}}} <onlyinclude>'''Forget (cancel) conversation of a bot with a specific resident.'''</onlyinclude> <syntaxhighlight lang="javascript"> Bot.AI.f...")
- 15:54, 10 October 2023 Bot Playground/AI/Bot.AI.getConversationByName (hist) [517 bytes] NealB (Talk | contribs) (Created page with "{{DISPLAYTITLE:{{SUBPAGENAME}}}} <onlyinclude>'''Get/create conversation with a specific resident. If conversation doesn't exist yet, creates it.'''</onlyinclude> <syntaxhigh...")
- 15:53, 10 October 2023 Bot Playground/AI/Bot.AI.configure (hist) [1,095 bytes] NealB (Talk | contribs) (Created page with "{{DISPLAYTITLE:{{SUBPAGENAME}}}} <onlyinclude>'''Configures AI options to be used in all further communications within the current script.'''</onlyinclude> <syntaxhighlight l...")
- 15:51, 10 October 2023 Bot Playground/AI/Bot.AI.chat (hist) [1,630 bytes] NealB (Talk | contribs) (Created page with "{{DISPLAYTITLE:{{SUBPAGENAME}}}} <onlyinclude>'''Sends a chat message request to bot AI.'''</onlyinclude> <syntaxhighlight lang="javascript"> Bot.AI.chat(message, senderName[...")
- 15:19, 5 October 2023 Bot Playground/AI (hist) [1,554 bytes] Gg (Talk | contribs) (Created page with "AI root {{NavMenu}} __NOTOC__")