The RPG Maker Resource Kit

RMRK RPG Maker Creation => Requests => Script Request => Topic started by: munkis on May 01, 2013, 01:55:29 PM

Title: [VX] Issue with items in Yggdrasil 1.5 [REQUEST]
Post by: munkis on May 01, 2013, 01:55:29 PM
I'm kinda stumped on how to make items appear in the Dungeon actor HUD. According to the interpreter calls script included with the CBS, I should use

Code: [Select]
actor_set_item(actor_id, item_id, slot_id)

but I'm not quite sure where. I tried using it as an event-based script call and as an item note tag, but the item icon won't appear in the HUD.