I have a signal defined as such:
signal item_equipped(item)
But the item_equipped part is showing up as a function and when connected to another script gives an error that reads, E 0:00:00.548 connect: In Object of type 'GDScript': Attempt to connect nonexistent signal 'item_equipped' to method 'KinematicBody2D.switch_active_item'.
Ideas?