aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tools/pCampBot/pCampBot.cs
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2011-11-23 22:05:11 +0000
committerJustin Clark-Casey (justincc)2011-11-23 22:05:11 +0000
commitd145750e878c75e7d7a78eb9ef8dddaab81cc159 (patch)
tree780ab8b84e743e599b67bd5298ce3c63e0f95a1f /OpenSim/Tools/pCampBot/pCampBot.cs
parentIn pCampbot, change "show status" command to "show bots" (diff)
downloadopensim-SC_OLD-d145750e878c75e7d7a78eb9ef8dddaab81cc159.zip
opensim-SC_OLD-d145750e878c75e7d7a78eb9ef8dddaab81cc159.tar.gz
opensim-SC_OLD-d145750e878c75e7d7a78eb9ef8dddaab81cc159.tar.bz2
opensim-SC_OLD-d145750e878c75e7d7a78eb9ef8dddaab81cc159.tar.xz
Add teleport behaviour to pCampBot
This teleports the bot to any other regions +/- 5 on the x or y axis. Quite aggressive at the moment since teleports keep occuring at a 1-10secs random interval. No checking yet to see if teleport was successful.
Diffstat (limited to 'OpenSim/Tools/pCampBot/pCampBot.cs')
-rw-r--r--OpenSim/Tools/pCampBot/pCampBot.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Tools/pCampBot/pCampBot.cs b/OpenSim/Tools/pCampBot/pCampBot.cs
index 4d3b06d..e7288d5 100644
--- a/OpenSim/Tools/pCampBot/pCampBot.cs
+++ b/OpenSim/Tools/pCampBot/pCampBot.cs
@@ -111,7 +111,7 @@ namespace pCampBot
111 " -firstname first name for the bots\n" + 111 " -firstname first name for the bots\n" +
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. Current options p (physics), g (grab). Comma separated, e.g. p,g. Default is p", 114 " -b, behaviours behaviours for bots. Current options p (physics), g (grab), t (teleport). Comma separated, e.g. p,g. Default is p",
115 " -wear set appearance folder to load from (default: no)\n" + 115 " -wear set appearance folder to load from (default: no)\n" +
116 " -h, -help show this message" 116 " -h, -help show this message"
117 ); 117 );