But no crash?
The Titelheld() and the beginning of Nouncer() are only played once..
not more... just one time..
Well yeah it's logic that it's only run once. The Titelheld() is not in a loop, so it only is performed one time.
The nouncers() while or if branch probably do not match the conditions (Titel_ent.y + 1000) <= my.y) But I don't know what the values are for that 'my' entity. If it is only ran once and then removed, then obviously it did not stay in the while/if loop.