Awesome ๐
wthit56
Ah, you're actually putting it in a different place that I thought you were. Also, the values of the dropdowns don't work the way I thought they did ๐
It seems perhaps [input.Rtype]
is what you're meant to use with that system to get the current prompt from that. (It's a bit complicated honestly--I use my own plugin so I'm not experienced with t2i... ๐
)
What exactly were you trying to do? If it's just to include the value in the other part of the prompt, the above should work (I guess). But you did that before right--what happens if you do that?
Are you logging in when you open it in incognito mode?
What do you mean "kicks me out"?
Yeah that's fair enough ;p
@[email protected] Man, I wish the screenshots worked. "Here's my completely empty tutorial page ๐๐๐ค"
๐
Ah I see... I only used hash because that's what the address changes to when you click a tab. You can now use history.replaceState() to change the params in the address bar, if you want to change things to use that instead, maybe?
Cool, thanks ๐
Okay, so you don't need to put the code into the HTML as well; you can remove that.
The error box tells you there's an error with [output]. Which you don't need at all, so you can remove that from the HTML panel and that error will go away.
The wheelOptions object in the perchance panel ends immediately (with no items or properties or settings)... because the next line lineWidth=10
is not indented. So it just starts its own new list called lineWidth=10
. That's not what you want.
Indent it, and now that is a property of wheelOptions, and the rest of the items below it will be as well. So when wheelOptions is sent into that makeWheel() function it will use those settings to build the wheel.
What does that even do? I've never seen code like that in perchance documentation or anywhere else. Does that actually do anything?
Got a link to a generator that uses this code? It might stop the error but not actually do anything; if [input.Lighting] != "":
would just be an item within the Line-Art style list. ๐คท
If you could give me a link to the code I gave not working, I could look at the error and figure it out for you.
Yeah, looks like what you did by commenting that out of the prompt is about right. ๐