// Sample HamBot script file // © 1998-9 by Prototech, Inc. // Written by HamFon // **** NOTE - this is a simple bot that just talks every 60 seconds - it's ONLY purpose // is to demonstrate how to start a bot in the Educational Universe. // // You need to do the following stuff to start a HamBot. My other bots (BuildBot, // BoothBot, etc.) only need changes to the ini file (BoothBot.ini, etc.). // // To set up ANY of my bots to run here, you need to edit the ini file (HamBot.ini, // BuildBot.ini, etc.) and change (or add) the following lines: // // [universe] // host=edu.activeworlds.com // // [citizen] // number=##### // // (substitute your own citizen number for #####) // // If you have problems starting a bot here, check the error code that you see displayed // in the bot console window - look at http://www.activeworlds.com/sdk/reason.htm // // Also, your citizen number must be allowed to run bots (see the world owner). Set A$=edu.activeworlds.com Set P=5670 Set B$=^centre^ StartBOT=0/EduBot//%B$/P/%A$ WaitFor=0 NS=0 WE=0 Altitude=0 Avatar=2 ShowChatMsgs=1 ShowAvatarMsgs=0 ShowBuildMsgs=0 pause=10 Label MainLoop pause=60 say Hi, I'm EduBot - a test bot in the Educational Universe Goto MainLoop