Advertisement
kixbike

Untitled

Jul 12th, 2014
246
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.28 KB | None | 0 0
  1. class ExtraRc {
  2. class ItemEmerald {
  3. class PicFrame {
  4. text = "Picture Frame";
  5. script = "createDialog ""WGT_INTERIOR1"";";
  6. };
  7. class Chairs {
  8. text = "Chair";
  9. script = "createDialog ""WGT_INTERIOR2"";";
  10. };
  11. class Beds {
  12. text = "Bed";
  13. script = "createDialog ""WGT_INTERIOR3"";";
  14. };
  15. class Bath {
  16. text = "Bathroom";
  17. script = "createDialog ""WGT_INTERIOR4"";";
  18. };
  19. class Shelf {
  20. text = "Shelf";
  21. script = "createDialog ""WGT_INTERIOR5"";";
  22. };
  23. class Misce {
  24. text = "Misc";
  25. script = "createDialog ""WGT_INTERIOR6"";";
  26. };
  27. class Tablz {
  28. text = "Table";
  29. script = "createDialog ""WGT_INTERIOR7"";";
  30. };
  31. class extr {
  32. text = "Exterior";
  33. script = "createDialog ""WGT_INTERIOR8"";";
  34. };
  35. };
  36. class ItemKnife {
  37. class farmhemp {
  38. text = "Harvest the weed";
  39. script = "execVM 'Scripts\hemp.sqf'";
  40. };
  41. };
  42. class ItemKiloHemp {
  43. class smokeweed {
  44. text = "Smoke the shit";
  45. script = "execVM 'Scripts\smokeshit.sqf'";
  46. };
  47. };
  48. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement