;Play an XS Midi [required for use with the ) command] ;XS midi files are prefixed with "m_" and lack the *.mid extention to allow for downloading on the PC. ;Midi's play internally for the PC and launch a player for the Mac. ;For Errant 9/97 ;All Sky Scape rooms contain this code. ON INCHAT{ { ;handle the pc { midistop "$1" GREPSUB midiplay } ;handle the mac { "http://palace.xsia.com/midi/" "$1" GREPSUB & ".mid" & NETGOTO } DATETIME 0 > "$1" GREPSUB "m_" substr AND IFELSE } CHATSTR "^[)](.*)$" GREPSTR IF }