RealmRelay scripting help
hello everyone, i'm having an issue with one of the realmrelay scripts that i'm trying to code.
basically i need to get the ids of the items in my inventory and store them into an array, the problem is that they only update when i enter a portal, is there any way to get them to update without leaving the realm?
You would want to store your item list in an array once you get your first update packet it will have your inventory. You wont need it again if you store it from the beginning.