          #########################################################################
          ###################  John The Cashier aka Banker v3.0 ###################
	  ###################################   ###################################
          ################################ Made By ################################
          #########################                       #########################
          #########################   Rkf룣뮠kK   #########################
          #########################                       #########################
          ######################### Edited for US Dollars #########################
          #########################     By: SteviDee      #########################
          #########################                       #########################
          #########################################################################


Step 1: Adding The Script

First copy the file
  Banker.xml
and place it in the Plugins folder of Metis.

Then add the line
  <include file="Banker.xml"/>
to the MXC.xml

Now set the directory of the account file
  <out type="push" extdata="BankerDirectory">E:\Desktop\Metis 2.8\Plugins\</out>
make sure to include any trailing \

Then you can customise how the outputs are displayed
  <out type="push" extdata="BankerOutput">/hidecmd /notice</out>
  <out type="push" extdata="BankerPrivateOutput">/hidecmd /privnotice #NAME#</out>
make sure to use the variable #NAME# where a users name is needed for the private outs.

Finally you can customise the banker name and writing colours
  <out type="push" extdata="BankerName">#c9#]#c1##c9##c8#I3K#c9##c1##c9#[</out>
  <out type="push" extdata="BankerColour1">#c57#</out>
  <out type="push" extdata="BankerColour2">#c51#</out>

Congratulations the script is set up and ready to use.

Step 2: Using The Script

To use this you  must have Metis in a RWCS, WCS or FXServer hosted room.

Metis must be Admin or higher in FXServer.
Metis must have "S", "s" and "I" plus the various accesses needed for the output you chose in RWCS or WCS.
Metis MUST be in /bot mode.

The main command for this is just !Banker.

Editing The Script

Please feel free to edit change or use parts of this script.
But if you do please remember this is not your own work but the work of others,
i.e. ME.  So please credit me for my work in creating this whether you are passing
it to a friend or posting on a forum.

Other than that, feel free to use, edit, change or tell me what you think of this script.
Both positive and negative feedback or any possible additions.

Contact Me

On MSN at richardumney@hotmail.com
or
On http://www.therebelion.co.nr and sign up for free, pm's welcome or leave a message in the forum.

Linking Scripts

This version (v3.0) has been re-written completely from older versions.  I have updated the combine to now work
based on users access levels dependant on the room they are in.
! access needed in RWCS
* access needed in WCS
Co-Host access needed in FXServer

Also i have eased the ability to link other scripts to the banker counter.

TO ADD/REMOVE MONEY FROM A USERS ACCOUNT

You need to do these 3 lines in your script at the end of a command.
	<out type="push" extdata="accountname">%NAME%</out>
	<out type="push" extdata="AccountWinnings">1000</out>
	<out type="self">!BankWin!</out> or <out type="self">!BankLose!</out>
The accountname needs to be the users name of the account you are adding to.
The AccountWinnings needs to be the amount won in cents, i.e. 1000 = $10.00
The self calling line needs to be the trigger !BankWin! or !BankLose! depending on if you are adding or subtracting.