Display?
onimike
15 Jul 2014, 02:20hello all, I am currently working on a crafting game. Your able to break items down take them and combine them to create new items like tools and weapons but just basics for now. Any way I have it where items stack by volume which when you make more the volume of the item increases, well I wanted to display the volume amount of a item like the planks and tree trunks when you look at it. I have tried a Expression ( "You have " + planks.volume.value + "planks." ) but it doesn't work. How am I actually suppose to word it please help. Also if you play it hit the bush first because if you hit grass first it bugs out and won't let you hit bush after that I have no clue why cause hitting bush first then grass works but not visa versa.
george
15 Jul 2014, 02:23Does just planks.volume work?
onimike
15 Jul 2014, 02:47george wrote:Does just planks.volume work?
OMG lmao Wow thank you so much I fixed it and its finally working right now I can see how many I have
