viperscape / lichen

Scripting DSL with Rust interpreter
Apache License 2.0
32 stars 4 forks source link

inline logic support for GT/LT #14

Closed viperscape closed 7 years ago

viperscape commented 7 years ago

Currently inline logic is only available for identity if !player.sad ... This should be extended to also include if player.weight < 5 ...

viperscape commented 7 years ago

scrapping this for now