Even without implicit control flow, *if statements don’t need a *goto (unless you’re using *else, or want them to take the reader somewhere other than the next line). My game is peppered with *goto-free *ifs.
Edit: though many of them will be multi-replace functions in Game 2. That’s another option to consider.