Umbre I want to make a list of things that the has Collected/Found and then call that entire list for the player to view what they have but I dont know what to use for that and I also dont know how to use Arrays or Codexes.
Justin Here are some documentation pages about each type. The syntax page also has a bit of info. https://rpginabox.com/docs/doku.php?id=array https://rpginabox.com/docs/doku.php?id=codex https://rpginabox.com/docs/doku.php?id=script_syntax I believe Slayer also covers them in this video tutorial: You can also use a "For" loop with an array or codex to access everything in them: Hopefully that helps!