|
| 22 May 2016 09:27 PM |
I think that ArrayValues should be added. It would make multiple dependencies for tycoons easier, e.g A light would need: A roof, Power and Cables. Also things like multiple colours for drops.
Then I read back over this and realize we could put values inside a folder :| Still, they would have some use. |
|
|
| Report Abuse |
|
|
| 22 May 2016 10:23 PM |
You don't even need to dump them all into a folder:
crap = {} crap.Dependencies={"Roof","Power","Cables"} crap.Cost = 50 crap.isPHPPainful = true |
|
|
| Report Abuse |
|