I'm trying to call an method in one class from another, and when I try to do this I get this error.
'non-static method takeDamage(double) cannot be referenced from a static context'
I don't even know what static method necessarily means in Greenfoot so I have no idea on how I would go about fixing the context/method.
Any help on the issue or just a brief explanation on what 'static' means in Greenfoot would be great!

