Advertisement
Wiren

Untitled

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