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 :(
ID:165904
Oct 17 2006, 2:05 pm
|
|
Oct 17 2006, 2:14 pm
|
|
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")
|