It looks really cool!
I am thinking of using it!
I am thinking of using it!
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
def gain_item(item_id, n)
if item_id == 1
@items[1] = [[item_number(item_id) + n, 0].max, 10].min
end
if item_id == 2
@items[2] = [[item_number(item_id) + n, 0].max, 20].min
end
end
Quote from: Boba Fett Link on June 24, 2011, 11:05:40 am
Hey, does this have the ability to change limits in-game? Such as in Zelda, you can only hold 30 arrows unitil you get a bigger quiver, and then you cna hold 60. Or getting a bigger wallet allows you to hold more rupees.


