Community Forum

Add columns so all fruits show up

Forum Overview >> Scripting

CategoryScripting
Created11.09.2015 15:06


Ron Smith (pasnthru99) 11.09.2015 15:07
in the panel list that shows growth stages and ready to harvest it will only allow 5 new fruits to be listed, what would i need to do to complete this code to make it work or will it even work at all?
TableRow row = new TableRow();
row.set("Column1", "Sample23");
row.set("Column2", 7);
row.set("Column3", "Sample25");

Emil Drefers (Unknown) 11.09.2015 19:10
Hi,

you could write a custom script to displayall fruits somewhere else, but displaying all fruits in the menu could get hard/impossible because you would have to overwrite a default script which is not publicly available.

Cheers,
Emil

Ismael Artacho Angel (Unknown) 21.10.2015 14:49
Why no change this in the next patch?


Note: Log in to post. Create a new account here.