| 
		        
                
 
 
	Group: Administrators 	        
    Posts: 13K, 
    Visits: 109K 
    
 
          
		     | 
				                       
                 
                
                    
			            <trial start_excl> /ontrialbegin = [values.player = 1] /ontrialbegin = [if (values.showpictures == true)              {    trial.start.insertstimulusframe(picture.player1, 1);                 trial.start.insertstimulusframe(picture.player2, 1);                 trial.start.insertstimulusframe(picture.player3, 1)}] /ontrialbegin = [if (values.showlabels == true)              {    trial.start.insertstimulusframe(text.player1label, 1);                 trial.start.insertstimulusframe(text.player2label, 1);                 trial.start.insertstimulusframe(text.player3label, 1)}] /ontrialend = [trial.start.resetstimulusframes()] ... </trial>
  The logic in your "exclusion" <trial> references and adds the labels etc. to the wrong <trial> -- the *regular* (inclusion) <trial start>. You'll want those injected into trial.start_excl.                 
			            				
			                                 
                     
                                            
                         
                    
                  
             |