ID:1905271
 
(See the best response by Ter13.)
Basically, I am creating a power that would allow somebody to copy the appearance of all the clothing somebody else is wearing, then store this. They can do this multiple times, and then they may choose a disguise. For this, it seems like the simplest method would be storing all the appearances in an associative list (in a datum containing other information like the name of the person they are disguising as), e.g. list("head" = appearance, "jumpsuit" = appearance), etc.

I'm just not entirely sure if it is possible to store appearances in a list in the first place, or if they're special.
Never tried but I don't see why it would be different. Actually wait I have done it. I just put the mobs in the list. Than when I needed the appearance I did my.appearance=mob.appearance.
I can't put the mobs into the list, what if they died/put on other clothes/etc
Oh okay yea I see your point. Well try it out than. I'm sure it will
Best response
You can put appearances in a list just fine.
Thanks!