WhatPumpkin / Sburb-Legacy

An HTML5 engine for developing Homestuck walkabout sequences.
44 stars 21 forks source link

Trigger support for other logical operators #125

Closed Gankra closed 12 years ago

Gankra commented 12 years ago

Currently if you have a trigger like:

<trigger>
<args></args>
<args></args>
<args></args>
</trigger>

The result is the logical AND of the args. One should be able to specify something like: <trigger operator="or">...</trigger>

OR, XOR, NAND, and NOR would all be useful to have.

EDIT: Fixed Gankro forgetting the grave accents. Again.

EDIT: SHUSH YOU. IT'S NOT FORGETTING IF YOU WEREN'T AWARE.