Installation & Login Interface
Communication.
Customize DeeJay
TriviaBot
Survey Manager

DeeJay

The DeeJay is another interesting thing you can do with your bot. It's a little more complex but it leads to interesting and fun results. Basically, it will allow your bot to automatically change music inside your world. Thus, you can have a speaker that plays music continuously without you having to change it yourself
 
However, before we begin, first let's remember how to play sounds in ActiveWorld. In your Action panel, you put create sound url. An example is given to the right.
 

This is essentially what your bot does. It creates one of these objects which plays music, changing its Action url to reflect a new song after each one is done. Now that we know how it works, let's make a DJ bot.


 

Adding Midi Files
The first thing that you should do is find some midi files. The Xelagot program only reads (I think) midi's so find them off the Internet. I personally just typed in "midi free" into Google and got lots of websites with them. Then, place all the url's of the midis into a simple text file. Your document should look like this:

Be careful that you copy the midi's location, not the website that links to it. If you are confused with this process, click here for a tutorial.

If you are now successful, save your text file into the DeeJay folder in the Xelagot folder. Remember, the Xelagot folder is where you initially stored your program.

 
Continue learning about DeeJay
Return to Main Page