Skip to content

Instantly share code, notes, and snippets.

@Torxed
Last active August 29, 2015 14:03
Show Gist options
  • Save Torxed/fbc732c5bb142dc6f775 to your computer and use it in GitHub Desktop.
Save Torxed/fbc732c5bb142dc6f775 to your computer and use it in GitHub Desktop.
from game import gamehandle
def givexp(ammount):
gamehandle.load_variables()
gamehandle.give_xp(ammount)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment