The next section of code would never actually be reached from this section. This is because the last four lines cover every possible situation.

The line which is most usually run first is:

  • if value #inbound = 0 then if value #enemy_x <> #x_pos then if value #enemy_y <> #y_pos then goto err_ #cur_head  -- explain

  • so click on this one if you want to follow Torque's code as it would normally be run.

    However, if you want to see which bit of code comes next, click here. Just remember that it wouldn't normally be run after this section.