Jump to content
UBot Underground

Solved - Spinning Text With Variables?


Recommended Posts

Hello all.

 

I have some text I want to spin within UBot and add some variables to it, this is way I figured it would work:

 

{Check out|Take a look at|Have a look at|Look at} #ProductName {our|the|our own|each of our} #ProductLink {great|excellent|fantastic|wonderful} 

 

But sometimes it pulls the variables and sometimes it doesn't, I need the variables to stay in the same place.

 

Is there another way to do this?

 

Thank you!

 

Edited by blacksabbath
Link to post
Share on other sites
  • 3 years later...

Did you find a solution?

 

You can just use the $spin function, variables should work just fine:

set(#ProductName,"My Super Cool Product","Global")
set(#ProductLink,"http://SuperCoolProduct.com","Global")
set(#SpunText,$spin("\{Check out|Take a look at|Have a look at|Look at\} {#ProductName} \{our|the|our own|each of our\} {#ProductLink} \{great|excellent|fantastic|wonderful\} "),"Global")
  • Like 1
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...