ID:164298
 
I've read alittle from other topics, but I don't get it. If you have this:

verb/Boot (mob/M in world)


What else do you have to put to actually expel the mob from the game?

Also, what would you have to add to ban someone from the game.
If you want to remove a player from the game, del(M) works pretty well. If you want to ban someone, you need to keep a list of the names of all players who've been banned, then check the ban list when someone logs in and, if they're on it, boot them in client/login().
In response to Foomer
How would I make a verb that would ban someone?
In response to Maza
You start by looking at some tutorials and demos so you can figure out what on earth you're doing.