############################
m-MUD by Aether
	v0.0.1
############################

Installing...
 Extract mmud.mrc to a folder and open mIRC. Press ALT+R and go to File then Load. Then find mmud.mrc and click OK
 Click YES to anything that popsup.

=======================


What is m-MUD?
--------------
	m-MUD is a MUD Client... Connects to mud...


	This version only features the very basic functionalities. 
 		o Stripping of Colors
		o Configurable @Window 
		o Server List
	
	Though this version includes Command Queuing and Stacking.	
	
======================
Using m-MUD.
	To load type /mmud you will be prompted with a dialog. 
	.. To add a server click on ADD, you will be prompted with Input Boxes.
	.. To delete a server you select one and click 'DEL'
	.. To configure the properties of the server select one and click on Properties
	.. To connect to a site select a server and click Connect.

Properties:
	These are pretty self exlpanitory.

Command Stacking:
	Command stacking allows many commands at once. The default character is ';'
	Replace any ';' with the stackchar you would like.
	
	Example: If you wanted to go north and then east. Instead of typing N then hit enter then E then hit enter.
	You can type n;e then hit enter. This will execture the N command and then E command.
	
	To show the stackchar just add a \ before it.
	n\;e will execute the command N;E and not seperate them.

	Example of both:
		SAY "Well he said something about it\;"; say "I don't remember thought"; north
	
Command Queuing:
	Command Queing allows you to take pauses between commands. It's a command itself and it requires Command queing on.
	
	The command is #wait <seconds>
	
	Example:
		North; #wait 2; East
	This will execture North, then it will wait 2 seconds before executing East.
	Though the queue is not stacked so other commands can be executed.

	Typing NORTH; #wait 5; East (hit enter)
	and then SAY HI
	
	Will Execute NORTH and then it will say HI (depending when you typed it) and then anything after the queue.
	
	You can also have many queues.
	
	North; #wait 3; East; #wait 2; Say Hello; #wait 1; Look; West; #wait 2; Jump
	
Disconnect command prompt:
	To disconnect just type #d

==================================
ToDo:

	Add Aliases
	Add Triggers 	
	Add Variables
	
	Add MultiConnections
	More features... 
==================================
Hope you enjoy this 
	