Oh lists. I hate them so.
Lists are hard to store as data because you have to use the
item function in conjunction with ObjGetData.
Try this:
(item (ObjGetData gPlayership "SomeItem") 0)
(item (ObjGetData gPlayership "SomeItem") 1)
(item (ObjGetData gPlayership "SomeItem") 2)
(item (ObjGetData gPlayership "SomeItem") 3)
Lists are indexed starting with 0 so you *really* have to be careful how you set lists. Check out
Star Genesis for setting lists as data and examples.