if(%client.isAdmin)
{
//insert crap here
}
Wrong, don't try to help if you have no idea what you're doing
You could use
$InputTarget_["Self"].client.isAdmin, but if the event is scheduled and another event is triggered before the scheduled event occurs, it will do the admin check on the brick that the more recently triggered event occurred on.