for i in get_tree().get_nodes_in_group(“InventorySlot”):
var node_name = int(i.get_name())
error: Invalid type in ‘int’ constructor. Cannot convert argument 1 from StringName to String.
I tried converting StringName to String to int didn’t work because I don’t know how to convert StringNme to String read the documentation and looked everywhere didn’t find much