Hi, I want to create a custom HUD for the resources, is there a way to get the amount of wood stone and metal a player has? is there a way to print that value in the personalized hud i create in uefn?
You can use conditional button devices for that, the function is this one
GetItemCount<public>(Agent:agent, KeyItemIndex:int):int
Thank you