Skip to content

Instantly share code, notes, and snippets.

@joboccara
Created May 25, 2017 22:01
Show Gist options
  • Save joboccara/262d8ffbbec35defbdbd05ccbca78b2a to your computer and use it in GitHub Desktop.
Save joboccara/262d8ffbbec35defbdbd05ccbca78b2a to your computer and use it in GitHub Desktop.
// checks that the level of XP is valid
if (xpLevel <= 100)
{
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment