Skip to content

Air Change Event

wagyourtail edited this page Jun 24, 2020 · 1 revision

This event is fired when the air of the player changes by 20... it goes from 300 to 0 so, firing on %20 will work better.

This event passes some arguments to javascript which can be accessed by the ArrayList<String, Object> global called args. a list of these properties is:

  • air: int of the air remaining.
Clone this wiki locally