ive been trying to ge this to work, and im having difficultys with it, What im trying to do is when you land a BIS Camel the trigger is activated i cant seem to get it to work though, this is what im trying to do in the editor>
Condition: this && Getpos Player select 0 < 2
that didnt work, i also tried the following:
this && Getpos Player select 0 <= 2
this && Getpos Player select 0 >= 2
this && Getpos Player select 0 == 0
this && Getpos Player select 0 > 2
no luck with any of them though