Scripting/Fonctions/Bot
De DigiWiki.
(Différences entre les versions)
Ligne 10 : | Ligne 10 : | ||
*'''What are Threat Levels ?''' See this page: [[Threat Levels]] | *'''What are Threat Levels ?''' See this page: [[Threat Levels]] | ||
- | *''' What is AA/OS support ?''' | + | *''' What is AA/OS support ?''' See this page: [[AaOsSupport|A/OS support]] |
- | + | ||
- | + | ||
- | + | ||
*[[botGetWaitingTime]] {{LSL_TL_MO}} | *[[botGetWaitingTime]] {{LSL_TL_MO}} |
Version du 24 janvier 2012 à 03:16
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 ? See this page: A/OS support
- 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