override public void onDialogFinish(int id, int selection){ //selection -1: No selection carried out 0; false or no 1: true or yes Debug.Log ("Dialog with id " + id + "has finish"); if(pObj!=null && id==1) pObj.dialogCallBack(); }