Switch to edit mode.
Name(s): whistle1: player:tell("You whistle a note so high that it is almost inaudibe.")
2: player.location:announce("You hear " + player:title() + " whistle an almost inaudibly high note.")
3: rodent_list = {#1806, #2848}
4: for rodent in (rodent_list)
5: move(rodent, player.location)
6: rodent.location:announce_all(rodent.name + " scampers in.")
7: endfor
8: "Last modified by Me_Myself_and_I(ilt) (#1206) on Tue Jun 22 14:58:25 1999 MDT."