Hey everyone, Me and some people are having an issue with the latest version of the EasyExperience script. The error which I've seen around the forums is TypeError: level.get(...).trim is not a function The call in question is on line 612 of the EasyExperience script, I believe the issue is that the level.get function called here returns an integer and trys to trim it. An integer cannot be trimmed hence it crashes. I believe the change was meant to fix spaces in the current level attribute in the character sheet. So if the sheet has a level of '1 ' it still can interpret that as a valid number. Workaround: Since line 612 is basically the only change as a workaround one could use the previous version via the API Settings.