
Can you do a partial string match with findObjs? I want to store multiple values in the gmnotes in a comma delimited list and return that token/graphic if the first item in the list is the string "MyNPC" for example. Am I better off trying to search for and labeling my tokens with a status marker? How would I do that? Like this? findObjs({_type: "graphic", status_greenmarker: true}) Can anyone help me out with this? I'm not sure what to do to get a list of objects with a partial string match and if I can't I need to make sure I know how to properly search by status marker..