Search for multiple strings (ex. different room names) in a String.Contains?

Hey there!

Is there a why to make the String.Contains make a bool mask with more than ex. one room name?

Sure. Try with"List.AnyTrue" from clockwork:

Something appears to have gone awry with the string contains node…when I try to repeat the example, this is the result that I get. It’s like it is only searching for the first string value and nothing else…

I’m running version 0.9, has anybody else had this issue when using the string contains node to search multiple values? Am I missing something?

StringContains

Hi Garret,

Try changing Lacing to Cross product to “String.Contains”. Hope it helps!


 

That was it, thanks KULKUL!!