Hello! I am doing a reputation per town. Max 100 Rep points per town. Each town starts with 1 rep point with Max set to 100. I have the same 5 ranks assigned to each town. In a particular town after earning 75 rep points with the last 25 rep points coming from an event on the last map of the town. But when hitting a transfer from the second-to-last to the last map I get the following error: Failed to execute 'createRadialGradient' on 'CanvasRenderingContext2D': the r0 provided is less than 0. Not sure this suddenly triggers when transferring the player from this one map to the next. I appreciate any thoughts!
Viewing post in [CGMZ] Reputations for RPG Maker MZ comments
My apologies...I was stupid here and the console showed me. When I first set the plugin up I had gotten the the CanvasRendering error someone else had discussed previously because we left the starting Rep at 0 because it is default but that caused the errors because of the zero denominator. So I thought that this was related however it was a different plugin altogether and not even a plugin interfering with your Reputation plugin. Should have checked the console before posting I just really haven't had to use the console to debug errors yet. Live and learn!
No problem, I am glad you got it working 😁. The dev tools console is really important for debugging, even if you are not getting crashes since debug info can get logged there that you may be missing without it open. I really recommend people to have the console open in the background while testing their games, I know [CGMZ] Core has an option to automatically open it when a playtest starts and I think other plugins provide this feature as well.