hello all. i need help for a simple problem, but might require long explanation. programm
i've created a text object that is the letter E that pops up whenever the player gets close to an NPC. it works, but the letter stays there forever.
at first i've created (based on some tutorial) a destroy command, but once it's destroyed it won't reappear, even though i've used a method with “Instantiate” and even though it's placed in the update method.
i simply would like to know what lines of code i should put …