WarpWorld / CCPack-PC-ContentWarning

Apache License 2.0
0 stars 1 forks source link

Fix Give Items [FutureProofing] #4

Closed TheUnknownCod3r closed 2 months ago

TheUnknownCod3r commented 2 months ago

Should work across versions since it reads the Object database in the game itself. Similar to my Lethal Company PR which searches the array and returns the index of the item, this returns the item, then grabs the id of that item to give to the player. Tested working on the latest version, but should work across versions.