the Sim Settlements forums!

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Question OR conditions on TopicInfos not working

somhairle69tx

New Member
Messages
1
I'm currently in the process of rebuilding a radio mod I made a year ago that has several glaring issues and was hoping to include a small feature that I left out of the original mod because I was running into this same issue. I've only ever made that one mod and my knowledge of how things work is lacking at best. A screenshot of what I'm trying to do is represented below. The problem is as soon as I introduce the OR to those conditions they fail. The ORs are working fine in the associated scene's phase conditions but fail here and I can't figure out why. Am I missing something simple or is their some underlying issue (with TopicInfos, for example) that I'm just not aware of? It's not really a major issue as I'll just scrap that feature again if I can't figure it out. I just figured I'd see if someone smarter than me has any suggestions.

ScrCapture.PNG
 
Looking at the picture the bottom variable is an And statement, wonder if changing that to an Or statement would work. as the conditions would be trying to search to songs at once?
 
Looking at the picture the bottom variable is an And statement, wonder if changing that to an Or statement would work.
It doesn't matter. The And/Or flag only affects the next condition in the list. In this case, the condition doesn't exist.

Most likely the OP's issue is the VMQuestVar that is being checked changes before the conditions are checked. One would have to trace the quest stage/scene fragments and script to figure out how the conditional property is handled, what sets it and when.
 
Top