How do I use wildcards to identify a name?
The name starts with "bio-" and ends with "-1"
So I want to do something like:
Code: Select all
if entity.valid and entity.name == "bio-"..*.."-1" then
Thanks,
Code: Select all
if entity.valid and entity.name == "bio-"..*.."-1" then