Scripting/Fonctions/Bot
De DigiWiki.
Version du 23 janvier 2012 à 22:20 par Djphil (discuter | contributions)
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 MO
- botSetMap MO
- botCreateBot MO
- botRemoveBot MO
- botRemoveBot MO
- botPauseMovement MO
- botResumeMovement MO
- botFollowAvatar MO
- botStopFollowAvatar MO
- botSendChatMessage MO
- botSetShouldFly MO
- botSitObject MO
- botStandUp MO
- botTouchObject MO
- botaddTag MO
- botGetBotsWithTag MO
- botRemoveBotsWithTag MO
Bot Examples
Aurora-Sim/AuroraDocs/BotFunction Examples
- Av Following Bot.lsl
- Bot Functions.lsl
- BotChat.lsl
- BotRemoveAllBotsInRegion.lsl
- BotTagging.lsl
- BotTouchAndSit.lsl
General Examples