Find
You are looking at a material called instrument
Instruments can be played.
if the played objects has an object inside it called 'playlist', then a random line will be used for the song. If not then a random song will be chosen from a short list.
Reacts
music - the result of 'play the {object}'
materials
none
Created by
wolis
, last updated 03 Jul 2009
Code
if target of music then itsme;
##itsme:
var $vol to (loudly,quietly,softly,gently,beguilingly,mornfully);
load $actor's songlist;
if $list_count < 0 then defaultsongs;
var $how to (quite well, beautifully,slightly off key,with ease);
print "[$init_obj] $vol plays
$randomitem
, $how on [$actor]";
##defaultsongs:
rem $randomitem = (Happy birthday to you,Bohemian rhapsody,Let it be,Devils haircut);
$randomitem = (Deck the halls,Jingle bells,Good king whatshisname,Torches torches,Away in a manger,Siver bells,Im dreaming of a white christmas);