- Joined
- Dec 30, 2012
- Messages
- 196
- Reaction score
- 176
- First Language
- English
- Primarily Uses
- N/A
I'm using Bravo's Storage system which can be found here.
On line 36, it says that if we want to check the amount of an item for a certain storage use this script call:
"storage_item_number(name, type, id)"
For example, I store 3 potions and then used the script call(above), but nothing happens. Am I doing something wrong? I put all the correct information the script call needs in order to work but there's no way for the script to tell me the amount. I just don't get how that script call is suppose to tell me how many potions I stored in my storage. Hope this makes sense. Let me know if you have any questions. I'll try my best to explain further if needed. (I used the script call that checks the amount of potions in a different event, by the way.)
On line 36, it says that if we want to check the amount of an item for a certain storage use this script call:
"storage_item_number(name, type, id)"
For example, I store 3 potions and then used the script call(above), but nothing happens. Am I doing something wrong? I put all the correct information the script call needs in order to work but there's no way for the script to tell me the amount. I just don't get how that script call is suppose to tell me how many potions I stored in my storage. Hope this makes sense. Let me know if you have any questions. I'll try my best to explain further if needed. (I used the script call that checks the amount of potions in a different event, by the way.)

