hey,
how can I tell my world to do something if an object of a special class uses a special method?
my code for that at the moment is:
it's wrong but I don't have an idea how to code that...
hope you understand what I'm trying to say and that you can help me. :D
if (classname.method()) { do something }