###############################################################
All of the sprites are made by Miguelius256
Ya better SOURCE me if you want to use the sprites!
Everyone is free to utilize the category icons if they need to put their characters there,
unless i reconsider putting them in a single Category...
###############################################################

#Notes on making followers
HEADER SECTION
For custom sounds, you better put is as "sfx_..." without the DS thingy to include them

STATE SECTION
States act like prog. functions. You can add idle, hit or hurt for it
var1 : Number of sprites that animates it
var2 : Animation rate

MAIN SECTION
FRACUNIT is a variable that calculates the animations
Theres variables that seperate the animation of the follower: Idle, follow, hitConfirm, win, loose

-Miguelius256