04-15-2008 08:22
Hello, I'm trying to find a way to read some variable arrays from another script/notecard inside the same object (I don't know if it is possible or not).

I try to show what I want to do:

An usual list of variables would be inside the same script:

list pics = ["pic1 name", "pic2 name", "pic3 name" ];
list picturenames = ["name of picture1", "name of picture2", "name of picture3"];

And what I want to do is put that list of variables inside a notecard or another script to make it easier as is shown below:

pic1 name, name of picture1
pic2 name, name of picture2
pic3 name, name of picture3

How can I read a list like this from the other script? Thanks in advance.

Kind regards.

Cris.