aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tools/pCampBot
diff options
context:
space:
mode:
authorMelanie2012-01-05 08:12:34 +0000
committerMelanie2012-01-05 08:12:34 +0000
commit2c401b7359baa54af3d48b50a758b373d3f1c90d (patch)
treee8a2728abdfaf53c02f319ce498d3fcebb996d1d /OpenSim/Tools/pCampBot
parentSmall fix to GetWorldPosition to get closer to Avination sit behavior (diff)
parentAdd "appearance rebake" command to ask a specific viewer to rebake textures f... (diff)
downloadopensim-SC-2c401b7359baa54af3d48b50a758b373d3f1c90d.zip
opensim-SC-2c401b7359baa54af3d48b50a758b373d3f1c90d.tar.gz
opensim-SC-2c401b7359baa54af3d48b50a758b373d3f1c90d.tar.bz2
opensim-SC-2c401b7359baa54af3d48b50a758b373d3f1c90d.tar.xz
Merge branch 'master' of melanie@opensimulator.org:/var/git/opensim
Diffstat (limited to 'OpenSim/Tools/pCampBot')
-rw-r--r--OpenSim/Tools/pCampBot/pCampBot.cs8
1 files changed, 4 insertions, 4 deletions
diff --git a/OpenSim/Tools/pCampBot/pCampBot.cs b/OpenSim/Tools/pCampBot/pCampBot.cs
index 6249fae..a73fcbe 100644
--- a/OpenSim/Tools/pCampBot/pCampBot.cs
+++ b/OpenSim/Tools/pCampBot/pCampBot.cs
@@ -112,10 +112,10 @@ namespace pCampBot
112 " -lastname lastname for the bots. Each lastname will have _<bot-number> appended, e.g. Ima Bot_0\n" + 112 " -lastname lastname for the bots. Each lastname will have _<bot-number> appended, e.g. Ima Bot_0\n" +
113 " -password password for the bots\n" + 113 " -password password for the bots\n" +
114 " -b, behaviours behaviours for bots. Comma separated, e.g. p,g. Default is p\n" + 114 " -b, behaviours behaviours for bots. Comma separated, e.g. p,g. Default is p\n" +
115 " current options are:" + 115 " current options are:\n" +
116 " p (physics)" + 116 " p (physics)\n" +
117 " g (grab)" + 117 " g (grab)\n" +
118 " t (teleport)" + 118 " t (teleport)\n" +
119// " c (cross)" + 119// " c (cross)" +
120 " -wear set appearance folder to load from (default: no)\n" + 120 " -wear set appearance folder to load from (default: no)\n" +
121 " -h, -help show this message"); 121 " -h, -help show this message");