Advertisement
Guest User

Untitled

a guest
May 25th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.06 KB | None | 0 0
  1.  
  2. (0:9) When a furre arrives in the dream,
  3. (5:15) move the triggering furre to (15,53), or to someplace nearby if it's occupied.
  4.  
  5.  
  6. (0:0) When everything is starting up,
  7.  
  8. Silent Command
  9. (5:212) set silent speech prefix (for spoken commands) to {!}.
  10.  
  11. Regions
  12. (5:198) let players move through all impassable floors, items & walls in region 101.
  13.  
  14. (5:198) let players move through all impassable floors, items & walls in region 102.
  15.  
  16.  
  17.  
  18. (0:15) When someone uses the get/drop command,
  19. (1:85) and they (moved from/are standing in) region 101,
  20. (5:350) set variable %item_room_location to the 16,50 position the triggering player (moved from/is standing at).
  21. (5:381) set variable %item_room to the item type at (%item_room_location).
  22. (5:76) place item %item_room in the triggering player's paws.
  23. (5:4) place item %item_room.
  24.  
  25. (0:7) When someone moves into position (18,49),
  26. (3:2) at position (16,50) on the map,
  27. (5:13) place a random item type between 1 and 100.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement