09.04.2013, 21:55
You are in area to show that dialog so while you standing inside code to show dialog gets executed again & again & again and so on. Make a var to see if dialog is already shown. On first enter set it to 1, then when he closes dialog set to 0 and show first dialog on entry ONLY if var is 0.