Scripting/Fonctions/Bot
De DigiWiki.
(Différences entre les versions)
Ligne 15 : | Ligne 15 : | ||
**'''OS''' = OpenSimulator '''unique''' functions | **'''OS''' = OpenSimulator '''unique''' functions | ||
- | [[botGetWaitingTime]] | + | *[[botGetWaitingTime]] |
- | [[botSetMap]] | + | *[[botSetMap]] |
- | [[botCreateBot]] | + | *[[botCreateBot]] |
- | [[botRemoveBot]] | + | *[[botRemoveBot]] |
- | [[botRemoveBot]] | + | *[[botRemoveBot]] |
- | [[botPauseMovement]] | + | *[[botPauseMovement]] |
- | [[botResumeMovement]] | + | *[[botResumeMovement]] |
- | [[botFollowAvatar]] | + | *[[botFollowAvatar]] |
- | [[botStopFollowAvatar]] | + | *[[botStopFollowAvatar]] |
- | [[botSendChatMessage]] | + | *[[botSendChatMessage]] |
- | [[botSetShouldFly]] | + | *[[botSetShouldFly]] |
- | [[botSitObject]] | + | *[[botSitObject]] |
- | [[botStandUp]] | + | *[[botStandUp]] |
- | [[botTouchObject]] | + | *[[botTouchObject]] |
- | [[botaddTag]] | + | *[[botaddTag]] |
- | [[botGetBotsWithTag]] | + | *[[botGetBotsWithTag]] |
- | [[botRemoveBotsWithTag]] | + | *[[botRemoveBotsWithTag]] |
'''Bot Examples''' | '''Bot Examples''' |
Version du 23 janvier 2012 à 20:28
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