301 @verb #3236:"sound" none none none rxdo #2773 @program #3236:"sound" none none none "Copied from Generic Super-Enhanced Room (#6886):sound by Raptor (#6319)Jul 15 12:23:09 1999" "Play a sound upon entering a room, or hear it again by calling it directly. Puebloites only, but perhaps web-adaptations later." {?player = player} = args if (player.pueblo_version && this.sound[1]) "Only one sound should be played...until we can determine lengths, more than one would be noisy." return player:tell("") elseif (this.sound[2]) "No sound, but a description of one..." return player:tell(this.sound[2]) elseif (caller != this) "No sound..." return player:tell("This room is rather quiet.") endif . 0