Sorry guys, very kind of you explaining things to a noob, but too many answers i can't figure out the easiest method...
I have no problems with autoloads or new classes, this i can understand.
Starting from scratch i can have this piece of code populating the dropdown and i can put the enum in a global script, no problem:
enum LOCATION {Morlako, Reception, Room01, Room02, Room03, Room04, Room05, Room06, Room07, Room08, Room09, RoomX, Room05Closed}
@export var loc: LOCATION
i then set the loc variable via the editor
i don't understand how to retrieve the choosen key in String format, can you please :-)