Advertisement
Guest User

Untitled

a guest
Sep 23rd, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.85 KB | None | 0 0
  1. new ConditionAction({
  2. name: "bedroomBed",
  3. type: "action",
  4. category: "Baall",
  5. value: [10, 10]
  6. }));
  7.  
  8. conditionModels.add(
  9. new ConditionAction({
  10. name: "bathBasin",
  11. type: "action",
  12. category: "Baall",
  13. value: [10]
  14. }));
  15.  
  16. conditionModels.add(
  17. new ConditionAction({
  18. name: "kitchenCups",
  19. type: "action",
  20.  
  21. category: "Baall",
  22. value: [10]
  23. }));
  24.  
  25.  
  26. conditionModels.add(
  27. new ConditionAction({
  28. name: "kitchenNette",
  29. type: "action",
  30. category: "Baall",
  31. value: [10]
  32. }));
  33.  
  34.  
  35. conditionModels.add(
  36. new ConditionAction({
  37. name: "kitchenMicrowave",
  38. type: "action",
  39. category: "Baall",
  40. value: [10]
  41.  
  42. }));
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement