Godot Version
`Godot 4.3
Question
This problem involves three scripts.
one script is my Character_statistics_sheet. it has been made into a custom resource. containing many variables.
second script is my Blue Golum, that uses the Character_statistics_sheet .
the code for that looks like so.
@export var statistics : Character_Statistics_Sheet
third script is my enemy_damage_caster. It exists so that the hitbox only initiates during a specific part of the attack animation.
THE PROBLEM: I need to get a variable from my Blue Golum, that resides within my Character_statistics_sheet custom resouce and use it within my enemy_damage_caster.
I’m trying to get the “attack” variable from that.
into the DAMAGE constant of this.