const PLASMA_EXPLOSION : PackedScene = preload("res://scenes/projectiles/plasma_explosion.tscn") const PlasmaExplosion = preload("res://scripts/armory scripts/plasma_explosion.gd") func called() -> void: var E : PlasmaExplosion = PLASMA_EXPLOSION.instantiate()
or share this direct link: