Advertisement
Guest User

Untitled

a guest
Jan 19th, 2017
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. @controls {
  2. bottom {
  3. filter {
  4. target: connection;
  5. default: select-all;
  6.  
  7. option {
  8. label: "Marriages";
  9. selector: ['connection type'='marriage'];
  10. }
  11.  
  12. option {
  13. label: "Betrothals";
  14. selector: ['connection type'='betrothal'];
  15. }
  16.  
  17. option {
  18. label: "Romances";
  19. selector: ['connection type'='romance'];
  20. }
  21.  
  22. option {
  23. label: "Killings";
  24. selector: ['connection type'='killing'];
  25. }
  26. }
  27. }
  28. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement