What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal
RebornBuddy Forums

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

how to get information on currency tab

Yuna2008

New Member
Joined
Feb 15, 2021
Messages
2
I want to check how many Gil I have left anytime.
Any suggestions would be greatly appreciated!
 
Code:
var currentGil = InventoryManager.GetBagByInventoryBagId(InventoryBagId.Currency).FilledSlots.First(r => r.TrueItemId == 1).Count;
 
Back
Top