edited June 2020 in ORK Scripting
Hello everyone,

I am somewhat inexperienced with Ork framework and I have been trying to look for a way to have npc's loot an Ork framework lootbox, but I am having trouble to figure out a way for the npc's to acces the items inside it via script.

If anyone would perhaps know a way to acces the items inside an Ork lootbox via script that would be very appreciated.
Post edited by Underuser on
  • I guess by lootbox, you mean Item Collectors used in Box mode?

    In that case, you can access the list of items in the ItemCollector component via the ItemList property:
    collector.ItemList
    Please consider rating/reviewing my products on the Asset Store (hopefully positively), as that helps tremendously with getting found.
    If you're enjoying my products, updates and support, please consider supporting me on patreon.com!
Sign In or Register to comment.