ID:267060
 
When ever I have a for() proc and I put code after it (that isn't part of it) it doesn't execute that code.
DBZ Kidd wrote:
When ever I have a for() proc and I put code after it (that isn't part of it) it doesn't execute that code.

I've moved this from BYOND Bugs because it obviously isn't a bug; there's clearly something wrong in your code that's responsible for this problem. Even if that weren't the case, you'd have to post an example piece of code for your report to even begin to mean anything.

If you show us the code in question, I'm confident we can spot the problem.

Lummox JR
DBZ Kidd wrote:
When ever I have a for() proc and I put code after it (that isn't part of it) it doesn't execute that code.

This generally means that the expression you put between the parens evaluates to FALSE. That would be the case if you left it empty, for example.