| 12-31-2002, 06:16 AM | #1 |
I have some questions regarding the topic... > how can i check if all slots are full? > how can i add an item on a specific slot? (EG adding a potion of healing on slot 5) help :( |
| 12-31-2002, 06:58 AM | #2 |
Checking if the slots are full... hmm. Well you could create an integer variable, every time an item is aquired, one is added to it, yet every time an item is fully used up or dropped, it is reduced by 1. When the integer = 6, the slots are full. Creating an Item in a paticular slot is a feature of UMSWE, go to the downloads page and grab it. |
| 12-31-2002, 07:21 AM | #3 |
hmmmm.. thanks alot |
