keys enter
Opened this issue · 1 comments
FlexaR3 commented
When I receive the item, the description does not say which room it is for, and when I go to the room, the ENTER menu does not appear
dollar-src commented
} else if (itemData.name == "keys") {
$(".item-info-title").html('<p>' + itemData.label + '</p>');
$(".item-info-description").html('<p>Info' + itemData.info.description )
add this qb-inventory/app.js