Search Results

Found 1 results for "481f7f9f0012eb9a9b45df3a67acf2a1" across all boards searching md5.

Anonymous /vg/530495551#530671595
7/10/2025, 2:18:01 PM
I'm trying to write a script function for dialog that checks if the player has 10 or more of an item in his inventory. I want the function to be able to check for more than one item, for example I want the function to return true if the player has 10 "bread" OR 10 "conserva".

Anyone here know how to do this? I've been trying to write the function myself. I figured out how to check for an item but I have no idea how to check for item count or create an item pool.