Hello again,
With the game I'm currently working on, I would love to have an in-game search engine. So basically, I'd love to input a bunch of topics/words into the game, then give the player the ability to look up pretty much whatever they want, and see if anything shows up.
Think of it this way: you are presented a search engine in the game you're playing. You decide to type something in and press search. Let's say you typed in "developer". I would want it to bring up a custom search result on the topic inputted by me/the dev. Is there any way to do something along those lines? I've heard something about the array feature helping with that, but I don't know much about most of the features on C2. Any help is welcome! Thanks!