Jump to content
UBot Underground

Using $username variable


Recommended Posts

Is it possible to use the $username variable from the account creation function in a later node of the same bot? Everytime I use the user name it generates a new one, but I would like the same as used in the first node...

Link to post
Share on other sites

Do the following:

 

 

"Create Account" -> Male/Female

Set -> #username -> Account Constants -> $Username

 

Next time you want to insert the username that you want to use throughout your whole bot in any script, instead of inserting $username, you'll insert: #username

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...