I am trying to use a expression restriction: %Player%.PropertyKey1.PropertyKey2(Stopped)
Propertykey1 is an Object (which is the object/a ship that the Player is Captain of) and Propertykey2 is a State property, the task restriction keeps failing, i tried
%Player%.PropertyKey1.PropertyKey2(Stopped)=1 and that didn't work. How do i write this properly for an expression restriction. The alternative is using a # param task but an embedded expression would be much more simple if i can get it to work as i have 4-5 variation tasks that uses this restriction.
*Update* Found the Solution
Ok i figured it out; %Player%.PropertyKey1.PropertyKey2(Stopped)="Stopped"