View Single Post
  #9  
Old 09-28-2005, 09:08 AM
Skyld Skyld is offline
Script-fu
Skyld's Avatar
Join Date: Jan 2002
Location: United Kingdom
Posts: 3,914
Skyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud of
Send a message via AIM to Skyld
Quote:
Originally Posted by jake13jake
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?
Did you also try player.colors = {"red", "green", ...};?
__________________
Skyld
Reply With Quote