From cddf1ec0dcae54c50f2ba59039eca196fd678410 Mon Sep 17 00:00:00 2001 From: Diva Canto Date: Fri, 21 Feb 2014 10:06:08 -0800 Subject: Added 2 new behaviors to pCampBot --- OpenSim/Tools/pCampBot/BotManager.cs | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'OpenSim/Tools/pCampBot/BotManager.cs') diff --git a/OpenSim/Tools/pCampBot/BotManager.cs b/OpenSim/Tools/pCampBot/BotManager.cs index abc71cb..3647831 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); -- cgit v1.1