I have two actors: A block on bottom and grass on top. When the player walks on the grass, I want the block below it to change colors. I’ve done what’s in the picture so far, and it works for a single block. If I try to create copies of these two actors, however, I have to copy/redo this code.
- Is this a good way of making the block below change colors? Is there an easier/more direct way with parent/child classes?
- How can I make it so I can copy+paste this block/grass combo many times across my world and have it so the scripting will continue to function without having to recode?