I am working on a point and click game engine, I would like to implement a system where you press J and then a journal comes up with text that I specify from existing triggers. What is the best way to go about this?
Develop games in your browser. Powerful, performant & highly capable.
Your text will be a variable, from preexisting values like a dictionary or array, when the proper trigger happens you set the text to that specefic value , then your journal will be in a layer that become visible when you press J