Open IoukaSnow opened 1 year ago
Sorry I am late to getting to this. Please let me know if the topics now showing up is still an issue so I can diagnose.
As for your questions about the code:
random=True
just means that the given topic enters the 'Random' pool, and gets pulled out by MAS when looking for a topic. I'd need to know which topic you did this to to know what you changed, but I don't think it would have changed anything anyway. When you install the submod and run it for the first time, the topic's Event
get saved into your persistent so they can be referenced instead of relying on the code itself, reducing how long it takes to load things. Because of this, any changes made to the Event
will not be saved to your persistent again unless you write some code to talk to the persistent.action=EV_ACT_QUEUE
just means that when the conditional is fulfilled (i.e. the conditional=
part of the event), it will place the event into a queue and is prioritized to be the next topic that is brought up.eventlabel
you are referring to doesn't need to be declared as eventlabel="nsfw_mood_horny"
, since the Event function's input variables are already in the correct order.this isn't anything related to the problem but I do have a question about topics, and didn't what to say it was a bug or anything because its not, but I've been trying to get a topic and I know I have all the conditions but it wont happen I was just wondering if there's a way to speed up getting it or if there's a way to just manually unlock it?
Describe the bug After i installed the submod, the topic didn't show up even after i disable Repeat topics.I tried changing the code by adding "random=True" but nothing changed (and also idk what means "action=EV_ACT_QUEUE, can you lease explain it to me)
Expected behavior idk what happen and i have no clue I'm really sorry for that.
btw i think you forgot to write 'eventlabel' in the nsfw_moods.