Skip to content

Instantly share code, notes, and snippets.

@codetravis
Last active November 26, 2016 18:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save codetravis/b5659b028c2591f88551e91886adc499 to your computer and use it in GitHub Desktop.
Save codetravis/b5659b028c2591f88551e91886adc499 to your computer and use it in GitHub Desktop.
6.1 Character Class
' character.monkey
Import fantomX
Class Character
Method New()
End
End
'------------------------
' add this line to the top of your main monkey file
Import character
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment