func doMessage(data) if(linked("onMessage")) event('onMessage', 'MessageBox.Show(' && d("Message") && ', ' && d("Caption") && ', MessageBoxButtons.' && this.props("Buttons") && ', MessageBoxIcon.' && this.props("Icon") && ')') else blk.println('MessageBox.Show(', d("Message"), ', ', d("Caption"), ', MessageBoxButtons.', this.props("Buttons"), ', MessageBoxIcon.', this.props("Icon"), ');') end end