diff options
Diffstat (limited to 'OpenSim/Tools/pCampBot/pCampBot.cs')
-rw-r--r-- | OpenSim/Tools/pCampBot/pCampBot.cs | 7 |
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"); |