ℹ Attention Topic was automatically imported from the old Question2Answer platform. 👤 Asked By Atlas Hi there! I’ve created a class/script, “Date.gd”, which simply stores 3 int’s representing a date, i.e. 03/09/2020. This script is located at “res://assets/utils/Date.gd”. I’m trying to ‘include’ it in my Character script, that way I can declare a var _birth_date: Date as a variable for the Character. I’m coming from a Java background, so I’m...| Godot Forum