Small issue with the code. As it is when imported it into my game it gave the error "NameError: name 'add_notify_message' is not defined". This is easily fixed by moving the line "define config.notify = add_notify_message" to line ~75, after the init python block where add_notifiy_message is defined.
Small issue with the code. As it is when imported it into my game it gave the error "NameError: name 'add_notify_message' is not defined". This is easily fixed by moving the line "define config.notify = add_notify_message" to line ~75, after the init python block where add_notifiy_message is defined.