View Single Post
  #8  
Old 09-28-2005, 03:54 AM
jake13jake jake13jake is offline
Former Classic Staff
jake13jake's Avatar
Join Date: Dec 2002
Location: Northwest Vermont
Posts: 1,452
jake13jake will become famous soon enough
It would be nice if colors had integer values
And you could set the array
player.color = {1,2,3,4};
or even
player.color = {"blue","green","red","yellow"};

It's just so much less typing.
I remember trying this a while ago, didn't work. Could it have been added?
Reply With Quote