class HouFurOrchestrionDef { def HouFurOrchestrionDef() { this.id = 721226; } def Scene00000( player ) { player.eventPlay( this.id, 0, 0x2000/*flags*/, 0/*unk*/, 1/*unk*/, fun( player, eventId, param1, param2, param3 ) { }); } def onTalk( eventId, player, actorId ) { this.Scene00000( player ); } }; GLOBAL HouFurOrchestrion = HouFurOrchestrionDef();