Jump to content

Help with amount of money variable


leethacks27

Recommended Posts

2 hours ago, Saiyan said:

to store the amount of coins in a long variable it'd be

long coinCount = getInventory().getAmount("Coins");

note if the inventory tab is not the current open tab it will be 0 i think

 

it should be int rather than long, because max cash stack is the value of the maximum int value. :doge:

  • Like 1
Link to comment
Share on other sites

18 minutes ago, Vilius said:

it should be int rather than long, because max cash stack is the value of the maximum int value. :doge:

Int won't work with that. 

You can use Math.toIntExact(coinCount) though to convert it

getAmount(); only works with a long variable

Edited by Juggles
  • Like 2
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...