I express gratitude for those who helped me getting this done. Enfuego Chavez of Tweaked runes who game me
vital tips, Lar who always helps when I ask for it, and Unter den Uebrigen from Low Caliber Club never 
revealing how things are done but pointing to right direction. Of course Critter from secretLabs who once
gave me permission to use his code, I took the liberty to still reuse it. Most of the commands are Critters

Here are some of mine:

Force a team change to a player
teamid # red/blue/green/gold

Mute a player
stfu #

Allow a player to talk again
talk #

Log in as Semiadmin (always have the PW- infront of password, otherwise it wont work)
PW-password

Log out
PW-logout

All other commands are at the bottom, all copied from Critters Kicker readme. I implemented BMscoreboard to
this mutator or whatever its called. It has also an IP view when logged as admin or semiadmin. Also adminstatus
-/s/a (none/semiadmin/admin) shows when logged. Semiadmin can be given access to most commands via server side 
ini file "SemiAdmin.ini". It is pretty self explanatory if comparing with commands. I also compiled a 1.00/1
functional version of this and it is included. Following lines should be added to Rune.ini or they will be
created when first run.

[BMgame.RuneMultiPlayer]
EnterPassword=bla
bNoMonsters=False
bHumansOnly=False
bCoopWeaponMode=True
bClassicDeathMessages=True
bAllowLimbSever=True

[BMgame.Teamgame]
EnterPassword=bla
bSpawnInTeamArea=False
bNoTeamChanges=False
FriendlyFireScale=0.000000
MaxTeams=4
GoalTeamScore=0.000000
MaxTeamSize=3
bNoMonsters=False
bHumansOnly=False
bCoopWeaponMode=True
bClassicDeathMessages=True
bAllowLimbSever=True

EnterPassword is there to allow people to enter a full server if they know the EnterPassword. In that case the
person not admin and not entered with EnterPassword, having the lowest score will be kicked.

NOTE: not all is fully tested due to lack of resources and time. Also the work is mainly done to dedicated
servers. Does only work as "BM deathmatch" and "BM teamgame" - I have not implemented "BM arena"

INSTALLATION: extract the files to Rune/system folder, if you are using HOV then the HOV files zipped in, and for
1.00/1 the non-HOV package. Add the following entries to Rune.ini to section [Engine.GameEngine]

ServerPackages=BMgame
ServerPackages=SemiAdmin

Start by choosing "BM deathmatch" or "BM teamgame" and to mutator "SemiAdmin".

Author: Barbarian_Druid aka Zisu (Jussi Jrvinen)

--- Critters Kicker commands ---
All the following commands are entered into the console (either with ~ or using the TAB key)
# means the playerid Number that follows their Name when u run "Mutate listplayers"
There MUST be a space between the Command and the playerid number (or playername)

listplayers to get their ID Numbers
listplayers

Log a Player in as ADMIN 
Login #:password  <--- Note: Make sure you put the : between the player ID Number and the password (No Spaces)

Log a Player out as ADMIN
Logout #

Give a player Hulk Properties ** 
hulKon #

Take Hulk away
hulkoff #

Let a Player Fly
Fly #

Walk After Flying
walk #

Let a PlayerGhost
ghost #

Unghost A Player
unghost #

Give a Player Invisiblaty
invisible #

Make them Visible again
visible #

Give a Player God
God #

God Off
nogod #

Strip All Weapons From A player
Strip #

Send a Private Message to a Player
Tell #:message  <--- Note: Make sure you put the : between the player ID Number and the message to send (No Spaces)

Stop Them in their tracks
stop #

Let them Go 
start #

teleport a Player To you ***
tome #

Teleport You to a Player ***
meto #

kick a player from your server
kickid #

BAN a Player from your server using their ID Number
banid #

kill a player using their PLAYERNAME
kill playername
	
Kill ALL player except yourself
obliterate
	
kill a Player useing their ID Number
killid #
	
** Code by Dark Toad and Omegus Server All I did was adjust to work with player ID's
*** Code by Dark Toad All I did was adjust to work with player ID's