public override void BEFunction(BETargetObject targetObject, BEBlock beBlock) { soundToPlay = BeController.GetSound(beBlock.BeInputs.stringValues[0]); targetObject.beAudioSource.clip = soundToPlay; targetObject.beAudioSource.Play(); BeController.PlayNextOutside(beBlock); }