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
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.