import es def round_start(ev): uid = es.getuserid() es.msg(uid) if uid: es.server.queuecmd('es_fire %s func_button addoutput "OnOut !self,Lock"' % uid) es.server.queuecmd('es_fire %s func_button addoutput "OnOut !self,color,255 0 0"' % uid) es.server.queuecmd('es_fire %s func_rot_button addoutput "OnOut !self,Lock"' % uid) es.server.queuecmd('es_fire %s func_rot_button addoutput "OnOut !self,color,255 0 0"' % uid)