diff --git a/OpenSim/Tools/pCampBot/BotManager.cs b/OpenSim/Tools/pCampBot/BotManager.cs index abc71cb043..36478312fd 100644 --- a/OpenSim/Tools/pCampBot/BotManager.cs +++ b/OpenSim/Tools/pCampBot/BotManager.cs @@ -290,6 +290,12 @@ namespace pCampBot if (abName == "t") newBehaviour = new TeleportBehaviour(); + if (abName == "tw") + newBehaviour = new TwitchyBehaviour(); + + if (abName == "ph2") + newBehaviour = new PhysicsBehaviour2(); + if (newBehaviour != null) { behaviours.Add(newBehaviour);