ID:165904
 
I thought I had something else o_O

Is there a way to edit a list variable when you go to Edit Instance/New Instance of an atom on the map editor in Dream Maker? I thought I could do {"1","2","3"} but apparently not :(

I can just add ifs into the New() to edit the list when it's created based on the object's name or something; just this would be handier :(
The braces for lists only apply to special lists such as contents. When you're dealing with other lists, use this format: list("a","b",1,"c" = "d")