[Package Index | Mudlib Index | Effect Index]
Written by Kaylar
Started July 2004
void add_music(int page_number, string * messages)
add_music( 4, ({ "a bar of Three Blind Mice", "Three Blind Mice", "an upbeat version of Three Blind Mice", "an moving rendition of " "Three Blind Mice", "something that sounds similar to Three Blind " "Mice", "a terrible noise", "a few horrible bars of something", "something that could be Three Blind Mice wishing they were Three " "Deaf Mice", "easy" }) );
string query_instrument()
string query_instrument_type()
string * query_music(int page_number)
int query_primer()
int query_sheet_music()
void set_instrument(string instrument)
set_instrument( "/obj/music/instruments/wind/flute" );
set_instrument( "drum" );
void set_instrument_type(string type)
set_instrument_type( "wind" );
void set_primer(int i)