@verb #5016:"throw" none none none rdo #2338 @program #5016:"throw" none none none player.location:announce_all(player:title(), " flips a coin into the water.") suspend(2) flip = {"The coin slowly sinks to the bottom.", "The coin hits a fish. Ouch!", "Wait.. That wasn't a coin?"} player.location:announce_all(flip[random(length(flip))]) .