Jump to content
UBot Underground

Is there a go to command?


Recommended Posts

if($contains(#variable or text, "Ubot rules!")) {

then {

alert("true")

}

else {

alert("false")

}

}

 

or

 

if($comparison(#from file, "=", "put something here u r looking for")) {

then {

alert("true")

}

else {

alert("false")

}

}

 

theree is also "else if" indtead "else"

 

under "flow commands" the under "Qulifier functions" in "parameters".

 

You can check this too.

 

http://wiki.ubotstudio.com/wiki/Main_Page

 

HTH,

TC

Link to post
Share on other sites
  • 2 weeks later...

Goto commands may sound like a God sent, but they are really bad programming in the long run. Proper structure will force you to think out your code and as the guys mentioned, you can then call functions with defines.

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...