Advertisement
Raimonds

extra_rc.hpp

May 3rd, 2014
244
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.87 KB | None | 0 0
  1. //extra_rc.hpp
  2. class ExtraRc {
  3. class ItemEmerald {
  4. class PicFrame {
  5. text = "Picture Frame";
  6. script = "createDialog ""WGT_INTERIOR1"";";
  7. };
  8. class Chairs {
  9. text = "Chair";
  10. script = "createDialog ""WGT_INTERIOR2"";";
  11. };
  12. class Beds {
  13. text = "Bed";
  14. script = "createDialog ""WGT_INTERIOR3"";";
  15. };
  16. class Bath {
  17. text = "Bathroom";
  18. script = "createDialog ""WGT_INTERIOR4"";";
  19. };
  20. class Shelf {
  21. text = "Shelf";
  22. script = "createDialog ""WGT_INTERIOR5"";";
  23. };
  24. class Misce {
  25. text = "Misc";
  26. script = "createDialog ""WGT_INTERIOR6"";";
  27. };
  28. class Tablz {
  29. text = "Table";
  30. script = "createDialog ""WGT_INTERIOR7"";";
  31. };
  32. };
  33. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement