I don't have any };'s in it, heres an example (I know it wont work but its an example >.>):
function serverCmdbleh(%this, %client){
poop.lolplease = 12;
}
function serverCmdblah(%this, %client){
poop.lolno = 9;
}
function serverCmdbeans(%this, %client){
poop.lolomg = 200;
}
They are lined like that, but only "bleh" will work.