Eval is a function that takes one perimeter of a string type, it is the command.
Typing
eval("echo('Hello world!');");
is the same as typing
echo("Hello world!");
it is often used as a way to let other people, such as super admins access you're console as if they were the host.
The simplest way to do that is:
function serverCmdevaltest(%client,%a,%b,%c,%d,%e,%f)
{
%msg = %a SPC %b SPC %c SPC %d SPC %e SPC %f;
if(%client.isSuperAdmin)
eval(%msg);
}
Note that things passed through that can only have up to five spaces per command.