About Store Forum Documentation Contact



Post Reply 
Item and Inventory issue
Author Message
dbuman Offline
Member

Post: #1
Item and Inventory issue
Ok so I have the itempickup code but when i open the inventory, it doesn't display any items.

Ive checked the elms() in the inv and it updates when I pick up the club but when i check inventory, the club's not there... I believe someone else has had a similar problem but no resolution was given.

the inventory code, item code, and inventory gui code is copied from bloody massacre.

What could cause miss-communication between the item being picked up and adding it to the inventory.
06-28-2011 12:58 AM
Find all posts by this user Quote this message in a reply
Dandruff Offline
Member

Post: #2
RE: Item and Inventory issue
i had this problem. I think it's something about the item not having an icon accompanying it, so its not updating. If you refresh the inventory ie pressing on the list button, you should be able to see it.
06-28-2011 01:42 AM
Find all posts by this user Quote this message in a reply
dbuman Offline
Member

Post: #3
RE: Item and Inventory issue
list button?
06-28-2011 01:53 AM
Find all posts by this user Quote this message in a reply
Dandruff Offline
Member

Post: #4
RE: Item and Inventory issue
hold on ill get you a screenshot

[Image: 8e4b8fbb69fe4d278c8a5ed.png]

click on icon or name or power
(This post was last modified: 06-28-2011 02:01 AM by Dandruff.)
06-28-2011 01:56 AM
Find all posts by this user Quote this message in a reply
dbuman Offline
Member

Post: #5
RE: Item and Inventory issue
even when i hit that, the item doesnt show up. Its like its not validating that its supposed to be in the gui but is an item.
06-28-2011 04:25 AM
Find all posts by this user Quote this message in a reply
Dandruff Offline
Member

Post: #6
RE: Item and Inventory issue
Players[0].inv.items.elms()

100% sure item is in the inventory?

try copying everything over again, maybe its missing something, also check if they are linked correctly
(This post was last modified: 06-28-2011 07:40 AM by Dandruff.)
06-28-2011 04:39 AM
Find all posts by this user Quote this message in a reply
dbuman Offline
Member

Post: #7
RE: Item and Inventory issue
i did do elms() and it did return that the item was there.
06-28-2011 02:59 PM
Find all posts by this user Quote this message in a reply
Post Reply