Advertisement
abeksis

sdfsdfsdf

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