For example, I am trying to have multiple property conditions for one particular carried item....
GETONCARRIED,Bards Quest,questholder,completed1=true,completed2=true
That doesnt seem to be working. I tried splitting them like this:
GETONCARRIED,Bards Quest,questholder,completed1=true ; GETONCARRIED,Bards Quest,questholder,completed2=true
Neither seem to work. Do i need to have each condition on a separate line?
Got method two to work, but used & instead of ;