Advertisement
abeksis

sdfsdfsd

Jan 26th, 2016
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1.  
  2. def CATEGORIES():
  3. dialog = xbmcgui.Dialog()
  4. choice = dialog.select('Choose Skin', ['Eminence 2 HE kids','Eminence 2 HE kids'],0)
  5. skin='NNN'
  6. if choice == 0:
  7. skin='Eminence 2 HE kids'
  8. ShowBk(skin)
  9. elif choice == 1:
  10. skin='Eminence 2 HE kids'
  11. ShowBk(skin)
  12. #return
  13. elif choice == 2:
  14. skin=' '
  15. ShowBk(skin)
  16. #pass
  17. elif choice == 3:
  18. skin='nnn'
  19. return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement