Magi
New Member
- Joined
- Oct 12, 2012
- Messages
- 1,242
- Reaction score
- 7
What are the conditional operators available to us to fine tune profiles? All I can see is to check if something is true: == as well as AND
Do we have options for OR as well as NOT EQUALS?
I tried not equals with != to no avail. I haven't seen anyone using anything but "==" and "and"
Appreciate any insight or link to API info.
Code:
<If condition="ActorExistsAt(3795, 4263.047, 4200.328, -25.00001, 100) and ZetaDia.CurrentWorldId == 93099">
<MoveTo questId="1" x="4250.376" y="4232.752" z="-24.56764" pathPrecision="10" name="Stonefort-01" />
</If>
Do we have options for OR as well as NOT EQUALS?
I tried not equals with != to no avail. I haven't seen anyone using anything but "==" and "and"
Appreciate any insight or link to API info.






