mkb 0 Posted June 2, 2018 I need to run a function that returns a value. They way I have it set up right now doesn't work, but I don't want to move the function as it's also ran in that .js file. Share this post Link to post Share on other sites
manaszon 4 Posted June 2, 2018 Hello mkb! You will need to require players.js file too. And also, don't forget to add parameter to playerGetLevel() in your if statement. Share this post Link to post Share on other sites
mkb 0 Posted June 3, 2018 I thought the same at first, scope-issues and all that, but that didn't work either. Share this post Link to post Share on other sites
mkb 0 Posted June 3, 2018 Here's how I finally fixed it: Share this post Link to post Share on other sites