Scripting/Fonctions/Bot
De DigiWiki.
(Différences entre les versions)
Ligne 1 : | Ligne 1 : | ||
{{Languages}}{{FonctionNav}} | {{Languages}}{{FonctionNav}} | ||
+ | '''Bot Functions Status''' | ||
- | + | '''General Note''' | |
- | |||
*Aurora-Sim utilizes botFunctions. These are used only in Aurora-Sim. | *Aurora-Sim utilizes botFunctions. These are used only in Aurora-Sim. | ||
*OpenSim uses osNPCfunctions. '''These are unsupported in Aurora-Sim.''' | *OpenSim uses osNPCfunctions. '''These are unsupported in Aurora-Sim.''' | ||
- | |||
*'''What are Threat Levels ?''' See this page: [[Threat_Levels]] | *'''What are Threat Levels ?''' See this page: [[Threat_Levels]] |
Version du 23 janvier 2012 à 20:27
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