I've been looking through this, and I couldn't find the actual damage appearance function. I found on Sprite_Battler at line 110:
Though this code must exist in a module or class that isn't appearing in the actual script list, as inside the DLL or something.
Is there any way to explain this function, as I can't seem to find its definition. Any help would be greatly appreciated.
Code:
damage(@battler.damage, @battler.critical)
Is there any way to explain this function, as I can't seem to find its definition. Any help would be greatly appreciated.