of     1   

dan2659
#141299283Wednesday, July 23, 2014 7:30 PM GMT

Hi i've figured out a way of getting a hunger thirst and rest meter and got it to slowly deplete over time, however i am having trouble with the actual objects to restore these. i have tried searching for 'cans of pop', 'food', etc. but even though i can have them in my inventory and use them when trying play solo they do not work in restoring the meters. i would also like it if these are one time use objects. i thank you for any help that you can give :)
TigerCaptain
#141299636Wednesday, July 23, 2014 7:34 PM GMT

1. use number values 2. use Gui offset determined by the number value 3. use a loop to update the gui constantly 4. when you "eat" a can, just increase the number value. 5. use math.max() to make sure the number doesnt go over 100 (or whatever)
smiley599
#141299659Wednesday, July 23, 2014 7:34 PM GMT

Tool: Clicked Move arm up to face Health.value = 100
dan2659
#141301476Wednesday, July 23, 2014 7:54 PM GMT

So say i typed in can of pepsi where would i go from there as in what kind of item am i looking for? inventory, model? and thank you for your reply.

    of     1