starrymoonbow

joined 1 year ago
 

on making any edit in the interactive terminal's code (lists of HTML), the entire thing goes black. the error that it shows is really odd too, the line of code causing the error is blank, and it says "the error may be near line number -2", which isn't possible.

[–] [email protected] 2 points 4 months ago

oh! that works really well actually! thank you so much, you've been a really big help! :D

[–] [email protected] 1 points 5 months ago (2 children)

that's a good idea! unfortunately i attempted it in a couple of ways, and it didn't alleviate the conflict. thank you for the suggestion though!

here's a third generator that shows my attempts: https://perchance.org/locker-tooltip-conflict-example-three#edit

[–] [email protected] 1 points 5 months ago (4 children)

yes, that is what i believe is going on behind-the-scenes. neither of the lockers have the issue if the locker is calling indirecttext.evaluateItem or alttext.evaluateItem. the issue i'm having comes from the fact that currently, it seems that it's only possible to either keep the tooltip functional, or fully lock items including further evaluation; not both at the same time. ideally the two plugins would be able to offer their individual functions together without the conflict.

[–] [email protected] 1 points 5 months ago (6 children)

right, but i found that this runs into another problem: any randomized features within the locked selection remain randomized and can change upon update attempts, rather than being properly locked.

i've made a second generator to showcase this in action: https://perchance.org/locker-tooltip-conflict-example-two#edit

 

i've discovered that, using the locker plugin and the tooltip plugin, if you attempt to update locked text that has a tooltip, the tooltip stops functioning. oddly, the mouse continues to change to the hand, implying that the tooltip should be there even though it doesn't show up.

here is a generator i made to showcase the conflict: https://perchance.org/locker-tooltip-conflict-example#edit

are the developers of these plugins active here? it would be really lovely if this conflict could be fixed somehow :0 thank you all in advance for reading and helping!

 

i'm trying to make a function that creates a multi-level list. i've got function code that makes a single-level list, and that works fine, but my attempted extrapolation of that code to make a two-level list isn't working. could anyone tell me what i've done wrong and how to fix it?
thank you in advance! <3

 

i'm looking to make a generator to store ttrpg stat blocks, and use buttons to roll ability checks, saving throws, etc. the 5e stat block generator template with the drop-down menu seems like a good starting point, but since the cards are generated on the fly rather than being static in the html, i don't know how or where i'd put the code together to add buttons with little output fields below them for the rolls to go.
thank you in advance for helping! i'm very grateful for the help i've received so far and for any i receive in the future! <3

 

i haven't been able to figure out how to dynamically change the background in response to things happening in the generator. i've tried both changing the background color based on a random generation, and using the background-image plugin to add a background image and changing the image to be used based on a random generation. i haven't gotten either to work yet.
if there's any way to make either or both of those work it would be a big relief. thank you in advance for answering! :0

 

i've toyed around with the interactive terminal template for a bit, but the commands there seem to be isolated from each other, and can't contain spaces. is it possible to make commands that work like, say, a "look" command that on its own displays the list of subcommands connected to itself ("look" might display "look left", "look right", and "look up"), and then each of those subcommands can have its own output?
thank you in advance for answering! :0