can anyone pls help
i stiil get this message:
Nonexistent function instance in base 'GDscript'
this is the script
extends Panel
var item = null
var ItemClass = preload("res://Item.gd")
func ready():
if randi() % 2 == 0:
addchild(item)
item = ItemClass.instance()