Editing export vars of an export PackedScene var

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Elkondo

So I’m trying to make an item spawner. I made an object with an export packed scene var and I’m putting my item scene there. Simple stuff. However that item scene also has a few export vars that I’d like to set. Is it possible to do it using the inspector? I looked through the bundled dictionary, but I couldn’t find anything there nor could I figure out how would I possibly add it.

I added an export var to the spawner itself that parses a string and sets the parameters of the spawned objects, but it’s a bit unwieldy to use.