Advertisement
Boris_R

OpenSesame_inline_script_2

Jan 14th, 2014
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.20 KB | None | 0 0
  1. global final_list
  2. temp=final_list.pop()
  3. word=temp[0]
  4. color=temp[2]
  5. color_code=temp[3]
  6. cr=temp[4]
  7.  
  8. exp.set('stimulus',word)
  9. exp.set('color',color)
  10. exp.set('color_code',color_code)
  11. exp.set('cr',cr)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement