Page 2 of 2

Re: The builder will show highlight for structure but not bu

Posted: 13 Nov 2013, 12:22
by FireStorm_
Good job.
Maybe your feeling of success will keep you motivated. :-)
I know it can be hard.

One thing though, because it might help.
This has to be written as you see it...

Code: Select all

function script.QueryNanoPiece()
By doing so you'll make Spring ask you for a nozzle or nano-point or whatever, it doesn't matter. As long as you give a piece as answer.

...but the name of a piece can be entirely up to you.
For example:

Code: Select all

local theekettle = piece "theekettle"
So when Spring asks about your nano, make sure you give the name of that piece.

Code: Select all

function script.QueryNanoPiece()
     return theekettle
end
In any case, good luck :-)