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