Advertisement
Guest User

Dragonspeak

a guest
Apr 29th, 2014
191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
D 4.50 KB | None | 0 0
  1. (0:31) When a furre says {!copyf},
  2. (1:11) and the triggering furre has got shared control (or is the dream owner),
  3. (5:350) set variable %copypos to the X,Y position the triggering furre (moved from/is standing at).
  4. (5:380) set variable %copyf to the floor type at (%copypos).
  5.  
  6. ^This copies the floor tile the player is standing on and stores it for the following commands:
  7.  
  8. (0:31) When a furre says {!pastef},
  9. (1:11) and the triggering furre has got shared control (or is the dream owner),
  10. (3:5) where the triggering furre (moved from/is standing at),
  11. (5:1) set the floor to type %copyf.
  12.  
  13. ^This pastes the floor just on the tile the player is standing on
  14. The following is the 5x5 diamond (The shared control/dream owner is just temporary so people cant abuse it)
  15.  
  16. (0:31) When a furre says {!pasteareaf},
  17. (1:11) and the triggering furre has got shared control (or is the dream owner),
  18.       (3:50) 1 step(s) northeast (up and right) from where the triggering furre (moved from/is standing),
  19. (5:1) set the floor to type %copyf.
  20. (3:50) 2 step(s) northeast (up and right) from where the triggering furre (moved from/is standing),
  21. (5:1) set the floor to type %copyf.
  22. (3:51) 1 step(s) southeast (down and right) from where the triggering furre (moved from/is standing),
  23. (5:1) set the floor to type %copyf.
  24. (3:51) 2 step(s) southeast (down and right) from where the triggering furre (moved from/is standing),
  25. (5:1) set the floor to type %copyf.
  26. (3:52) 1 step(s) southwest (down and left) from where the triggering furre (moved from/is standing),
  27. (5:1) set the floor to type %copyf.
  28. (3:52) 2 step(s) southwest (down and left) from where the triggering furre (moved from/is standing),
  29. (5:1) set the floor to type %copyf.
  30. (3:53) 1 step(s) northwest (up and left) from where the triggering furre (moved from/is standing),
  31. (5:1) set the floor to type %copyf.
  32. (3:53) 2 step(s) northwest (up and left) from where the triggering furre (moved from/is standing),
  33. (5:1) set the floor to type %copyf.
  34. (3:5) where the triggering furre (moved from/is standing at),
  35. (5:1) set the floor to type %copyf.
  36. (3:61) 2 step(s) NE & 1 step(s) SE from where the triggering furre (moved from/is standing),
  37. (5:1) set the floor to type %copyf.
  38. (3:61) 2 step(s) NE & 2 step(s) SE from where the triggering furre (moved from/is standing),
  39. (5:1) set the floor to type %copyf.
  40. (3:61) 1 step(s) NE & 1 step(s) SE from where the triggering furre (moved from/is standing),
  41. (5:1) set the floor to type %copyf.
  42. (3:61) 1 step(s) NE & 2 step(s) SE from where the triggering furre (moved from/is standing),
  43. (5:1) set the floor to type %copyf.
  44. (3:63) 2 step(s) SW & 1 step(s) NW from where the triggering furre (moved from/is standing),
  45. (5:1) set the floor to type %copyf.
  46. (3:63) 2 step(s) SW & 2 step(s) NW from where the triggering furre (moved from/is standing),
  47. (5:1) set the floor to type %copyf.
  48. (3:63) 1 step(s) SW & 1 step(s) NW from where the triggering furre (moved from/is standing),
  49. (5:1) set the floor to type %copyf.
  50. (3:63) 1 step(s) SW & 2 step(s) NW from where the triggering furre (moved from/is standing),
  51. (5:1) set the floor to type %copyf.
  52. (3:66) 2 step(s) SW & 2 step(s) SE from where the triggering furre moved to,
  53. (5:1) set the floor to type %copyf.
  54. (3:66) 2 step(s) SW & 1 step(s) SE from where the triggering furre moved to,
  55. (5:1) set the floor to type %copyf.
  56. (3:66) 1 step(s) SW & 1 step(s) SE from where the triggering furre moved to,
  57. (5:1) set the floor to type %copyf.
  58. (3:66) 1 step(s) SW & 2 step(s) SE from where the triggering furre moved to,
  59. (5:1) set the floor to type %copyf.
  60. (3:65) 2 step(s) NE & 2 step(s) SE from where the triggering furre moved to,
  61. (5:1) set the floor to type %copyf.
  62. (3:65) 2 step(s) NE & 1 step(s) SE from where the triggering furre moved to,
  63. (5:1) set the floor to type %copyf.
  64. (3:65) 1 step(s) NE & 1 step(s) SE from where the triggering furre moved to,
  65. (5:1) set the floor to type %copyf.
  66. (3:65) 1 step(s) NE & 2 step(s) SE from where the triggering furre moved to,
  67. (5:1) set the floor to type %copyf.
  68. (3:60) 2 step(s) NE & 2 step(s) NW from where the triggering furre (moved from/is standing),
  69. (5:1) set the floor to type %copyf.
  70. (3:60) 2 step(s) NE & 1 step(s) NW from where the triggering furre (moved from/is standing),
  71. (5:1) set the floor to type %copyf.
  72. (3:60) 1 step(s) NE & 2 step(s) NW from where the triggering furre (moved from/is standing),
  73. (5:1) set the floor to type %copyf.
  74. (3:60) 1 step(s) NE & 1 step(s) NW from where the triggering furre (moved from/is standing),
  75. (5:1) set the floor to type %copyf.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement