Ok so...
I put the code in and run it
Gave me this error
1024: Overriding a function that is not marked for override.
I googled it
And it told me this:
If a method in a class overrides a method in a base class, you must explicitly declare it by using the override attribute, as this example...