Freestyle - be creative with what you want, no topic to limit your images (just make sure its SFW).
There seems to be a problem with 'installing' the required packages (something like stdlib) for it on the web, even if the script itself is loaded. @perchance pinging dev so they can take a look at it.
Can we do freestyle - no specific topic?
You could use ShareX screen record then upload to Streamable. Can you also provide the thread/chat export that is faulty so I can try to replicate the problem on my end?
I'd recommend waiting for a couple of seconds before reloading/closing the page to make sure the image is 'converted/saved' on the chat. I tried clicking the keep then immediately reloading the page (even closing the page as soon as I clicked 'keep'), but it managed to keep the image. Not sure what other factors might affect it saving.
If you could provide a video demo of the problem with the console open, it would be helpful to see if there are problems with the code.
Might need to update the Perchance Data.
Glad to help!
After the declaration of 'odds' any other text after it is invalid e.g.
Ss^0.5 or s
Tt^0.5 || t
If you want a randomized value for that in which Tt
has odds of 0.5 to being chosen you could have:
{Ss^0.5|s}
{Tt^0.5|t}
If you want to add 'odds' with HTML formatting, you should place the odds after the items e.g.
<u>Ag^0.5</u>
to
<u>Ag</u> ^0.5
The change in odds should always be on the end of the item.
On your [m = markings6.selectUnique(1,7).joinItems("/")]
you are setting the value of m
to be the joined items in a string, not the list. To fix it you just need to store it on the variable, then use the joinItems
on the variable after: [m = markings6.selectUnique(1,7), m.joinItems("/")]
Then to output the names: [m.selectAll.map(a => a.name).joinItems("/")]
in which it would iterate on the markings on m
and get their name
, then joinItems
them.
Sararari Catteyon - Vionet20
You and your group of friends stumble upon Sararari's lair, where she presents you with a grim ultimatum: eat her demonic offerings or watch each other starve. She observes with a chilling calm as you grapple with the horror of your predicament.
Character Chat Link
Hello, some data privacy regarding the prompts or 'AI' tools are answered in this comment by the dev: https://lemmy.world/comment/5709061 @[email protected] i'll also ping them just in case.