opy-rs 0.1.7

Standalone OverPy-compatible .opy implementation with parsing, tooling, and bounded Workshop compilation.
Documentation
1
2
3
4
5
6
7
8
9
globalvar g
playervar P

rule "chase keyword forms":
    @Event eachPlayer
    chase(g, 10, rate=2, ChaseReeval.NONE)
    chase(g, 10, duration=3, ChaseReeval.NONE)
    chase(eventPlayer.P, 0, rate=1, ChaseReeval.NONE)
    chase(eventPlayer.P, 0, duration=1, ChaseReeval.DESTINATION_AND_DURATION)