31 {
32 Object target_object = target.GetObject();
33 Land_Radio_PanelBig transmitter = Land_Radio_PanelBig.Cast( target_object );
34 string selection = target_object.GetActionComponentName( target.GetComponentIndex() );
35
36 if ( transmitter.GetCompEM().IsWorking() && selection == "control_panel" )
37 {
38
39
40
41 return true;
42 }
43
44 return false;
45 }