// AfterInit.tjs にでもこれを↓
if( typeof( System.super_inform ) == 'undefined' ) {
System.super_inform = System.inform;
System.inform = function(text, caption = '', buf = 0, storage) {
kag.se[+buf].play( %[ storage : storage ] ) if storage != void;
super_inform(...);
}incontextof System;
}
// System.inform('ok',,,'file.ogg');