What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

Escaping While Tag in Orderbot

hkme

Member
Joined
May 12, 2014
Messages
197
Reaction score
0
Is there a way to do any sort of loop control in orderbot? like continue, break, goto

The workaround I could think of is doing the entire loop in a CodeChunk, but how can I execute a orderbot tag in a code chunk?
 
Is there a way to do any sort of loop control in orderbot? like continue, break, goto

Nothing like that is implemented, while and if are just abstract tags really. A continue and break tag could possibly be created but no current plants.


The workaround I could think of is doing the entire loop in a CodeChunk, but how can I execute a orderbot tag in a code chunk?

You can't.

Whatever your trying to do, you are approaching it the wrong way.
 
Back
Top