Scripting/Fonctions/BotFunctions
De DigiWiki.
Fonctions | AaFunctions | BotFonctions | AScript | LlFonctions | OsFonctions | Librairie | Exemples | Legende | Manuel |
Bot Functions Status
General Note
- Aurora-Sim utilizes botFunctions. These are used only in Aurora-Sim.
- OpenSim uses osNPCfunctions. These are unsupported in Aurora-Sim.
- What are Threat Levels ? See this page: Threat Levels
- What is AA/OS support ?
- AA & OS = Aurora-Sim & OpenSim common supported functions
- AA = Aurora-Sim unique functions
- OS = OpenSimulator unique functions
- botGetWaitingTime
- botSetMap
- botCreateBot
- botRemoveBot
- botRemoveBot
- botPauseMovement
- botResumeMovement
- botFollowAvatar
- botStopFollowAvatar
- botSendChatMessage
- botSetShouldFly
- botSitObject
- botStandUp
- botTouchObject
- botaddTag
- botGetBotsWithTag
- botRemoveBotsWithTag
Bot Examples
Aurora-Sim/AuroraDocs/BotFunction Examples
- Av Following Bot.lsl
- Bot Functions.lsl
- BotChat.lsl
- BotRemoveAllBotsInRegion.lsl
- BotTagging.lsl
- BotTouchAndSit.lsl
General Examples