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

how to get information on currency tab

Yuna2008

New Member
Joined
Feb 15, 2021
Messages
2
Reaction score
0
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