- Edited
a node I'm calling is getting called as type node rather then as a custom class here is the code I'm using to get the node
var available_quest = available.get_child_count()
for quest in available_quest:
quest = get_child(quest)
if quest.activated == true: