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

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Escaping While Tag in Orderbot

hkme

Member
Joined
May 12, 2014
Messages
197
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