How to check if a target is a member of a group
Posted: Sun Dec 31, 2017 8:02 pm
I'm sure I'm missing something simple, but I can't seem to figure out how to check if a clicked-on button is a member of a group. I've gotten this far:
which correctly returns:
but if I change to
I get an error:
Code: Select all
put the owner of the target
Code: Select all
group "responseGroup"
Code: Select all
put the owner of the target is grp "responseGroup"
Code: Select all
Chunk: source is not a container