aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tools/pCampBot/pCampBot.cs
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2013-08-12 18:48:18 +0100
committerJustin Clark-Casey (justincc)2013-08-12 18:48:18 +0100
commite5b1688913d0fb9e72f67d0b476778a733ddb4b5 (patch)
tree59d7499b4e51813679c5e8d3c9a3429ff8b884a2 /OpenSim/Tools/pCampBot/pCampBot.cs
parentCreate TestSameSimulatorNeighbouringRegionsTeleportV2() regression test for V... (diff)
downloadopensim-SC_OLD-e5b1688913d0fb9e72f67d0b476778a733ddb4b5.zip
opensim-SC_OLD-e5b1688913d0fb9e72f67d0b476778a733ddb4b5.tar.gz
opensim-SC_OLD-e5b1688913d0fb9e72f67d0b476778a733ddb4b5.tar.bz2
opensim-SC_OLD-e5b1688913d0fb9e72f67d0b476778a733ddb4b5.tar.xz
Add none behaviour to pCampbot when one wants bots to just stand around
Diffstat (limited to '')
-rw-r--r--OpenSim/Tools/pCampBot/pCampBot.cs7
1 files changed, 4 insertions, 3 deletions
diff --git a/OpenSim/Tools/pCampBot/pCampBot.cs b/OpenSim/Tools/pCampBot/pCampBot.cs
index 9e82577..2707a49 100644
--- a/OpenSim/Tools/pCampBot/pCampBot.cs
+++ b/OpenSim/Tools/pCampBot/pCampBot.cs
@@ -123,9 +123,10 @@ namespace pCampBot
123 " -password password for the bots\n" + 123 " -password password for the bots\n" +
124 " -b, behaviours behaviours for bots. Comma separated, e.g. p,g. Default is p\n" + 124 " -b, behaviours behaviours for bots. Comma separated, e.g. p,g. Default is p\n" +
125 " current options are:\n" + 125 " current options are:\n" +
126 " p (physics)\n" + 126 " p (physics - bots constantly move and jump around)\n" +
127 " g (grab)\n" + 127 " g (grab - bots randomly click prims whether set clickable or not)\n" +
128 " t (teleport)\n" + 128 " n (none - bots do nothing)\n" +
129 " t (teleport - bots regularly teleport between regions on the grid)\n" +
129// " c (cross)" + 130// " c (cross)" +
130 " -wear set appearance folder to load from (default: no)\n" + 131 " -wear set appearance folder to load from (default: no)\n" +
131 " -h, -help show this message"); 132 " -h, -help show this message");