12.10.2015, 12:55
I believe you can overload operators to do that, but I haven't used it myself and don't know exactly how that works. I guess you will need to create a new tag for the money (e.g. Money:) to separate it from regular integer addition operations. Check float.inc to see how it's done there.