I have a complicated issue where I need for a planted brick to see if it is on top of a "certain brick," which I don't feel is easy to program. I also never heard of anyone needing to do a similar thing to this (or I havent searched enough).
I also seem to have a lot of Coding Help problems lately. Sorry about that.
How would you go fetching the brick name, ID, datablock, or anything that identifies the brick below a planted brick?
As far as starting this, I think an onPlant function would cover this somehow.
function fxDTSBrick::onPlant(%brick)
{
}
This is going to be used for a farming system which the plants need to know if they are on top of a "dirt" brick.