A mass of pulsing and twitching tissue sits to the west. At first, the booming that rolls through the air sounds like thunder, but a moment of listening proves it to be too regular and rhythmic to be a storm. Thump-thump... thump-thump.... All at once the source comes to you, and as you gaze at the tissue you realize it is a giant heart. Grey-green worms chew through the flesh, and listening to the beating it becomes obvious that they are killing the heart, and whatever creature it belongs to. |
;e start_room = [ 12162, 12207, 12170, 12209, 12215, 12210, 12159, 12165, 12206, 12173, 12208, nil, 12160, 12211 ]; dirs = [ 'northwest', 'north', 'northeast', 'northwest', 'northeast', 'northwest', 'northeast', 'north', 'northwest', 'west', 'east', 'northeast', 'northwest', 'northeast' ]; if index = start_room.index(Room.current.id); until checkloot.include?('thread'); move dirs[index]; index += 1; index = 0 if index >= dirs.length; end; move 'climb thread'; waitrt?; fput 'stand'; else; echo 'error: mini-script expected a different room'; end; $go2_restart = true
|
2579
|