public CmdStart(const id, const uc_handle, seed){ if(!g_custom_model[id]) return FMRES_IGNORED; static buttons buttons = get_uc(uc_handle, UC_Buttons) if(buttons & ATTACK) // is this the right button? :p { //other stuff here } if(buttons & ATTACK2) { //more code here } return FMRES_SUPERCEDE; //This does block +attack right?}