Skip to content

EXP_Change Event

wagyourtail edited this page Aug 19, 2020 · 2 revisions

1.2.5+

this event is when the player's EXP bar changes.

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

  • progress: float percent bar full.
  • total: int total XP.
  • level: int XP Level.
Clone this wiki locally