The Question
This is quick question about byond because i still don't know the entire syntax. Is their a goto to command and if their is how do you use it.
As Albro stated, goto is never recommended. There are better ways of achieving a similar and more efficient outcome and goto makes your code more difficult to read.
Nonetheless, here is an example: mob [I'm sorry for re-posting this, I accidentally deleted it] |
It is in the reference.
However, you shouldn't use it. There are much more efficient ways to do things than goto.