a flute (#840)

(an instance of generic thing made by Marcus)


      You try to play song on the flute. It sounds terrible. You've never heard song sound so bad. This flute is worthless! You quit playing it halfway through.


Go to location of this object, legba.



VERB SOURCE CODE:

play:
"This simple routine just takes dobjstr to be a song, then offers two different messages 
to player and others around";
playing = this.plays_msg;
oplaying = this.oplays_msg;
playing = strsub(playing, "%song", dobjstr);
playing = $string_utils:pronoun_sub(playing);
oplaying = strsub(oplaying, "%song", dobjstr);
oplaying = $string_utils:pronoun_sub(oplaying);
player.location:announce(oplaying);
player:tell(playing);
.



PROPERTY DATA:
      plays_msg
      oplays_msg