Game Maker Studio: Advanced Inventory System #4

[ad_1]
Brand new 2017 Game Maker Studio: 2 Course available right now

In this video we focus on the weapons system in the inventory. If you have any questions then be sure to leave a comment or contact me on twitter; realtutsgml. If you learned something then be sure to leave a like, comment, and favorite.

Have you ever wanted to create games? Have you ever gotten fed up with it being to difficult? Well now is the time to thank me and possibly subscribe because you have just found the channel for you! Game Maker Tutorials, Java Game Programming, Unity3D Tutorials, Batch, C++ and much much more! This is the channel for you, the one stop shop for an exploration of your hidden talent as a game developer. Unleash your potential and go wild with imagination when you finally figure out how to make any game you want!

Visit CodingMadeSimple for more exclusive tutorials and get the help you need to succeed as your very own indie game developer!

Follow me on twitter for exclusive content and interaction with me!

Follow me on Google+ to keep updated with all of my tutorials

Game Maker Studio: Programming
Game Maker Studio: Tutorial
Java Programming
Game Programming
Game Tutorial
Programming Tutorial


Posted

in

by

Tags:

Comments

13 responses to “Game Maker Studio: Advanced Inventory System #4”

  1. Bob Smith Avatar

    I'm trying to make a crafting system in my game and I've gotten far enough to add the new item to the inventory but I can't figure out how to delete the two items used in the crafting from the inventory. If anyone can help out that would be great! Thanks!

  2. Mexican Geek Avatar

    please complete this seryes!!!

  3. GAMESS01 Avatar

    #RealTutsGML I have found an error witch is when you stack your hatchet on another hatchet in the quick slot it adds them together and could you make another one where you add crafting transfering items to chest add a sword with animation and fix that erroe if so thank you and you've earnt that new sub

  4. jdown79 Avatar

    Hey Realtuts, what do we call to take one off a count of items?
    []
    if mouse_check_button_pressed(mb_left) && global.item[5] > 0 // if clicking fire, and if item[5] (bolt) equals more than one {}
    {
    instance_create(x,y,oItemBoltShot);
    global.item[5]–;
    }
    This works and functions, but the inventory isnt drawing the new values to the bolt items, or removing it when there is none
    Thanks

  5. Jackie Paradise Avatar

    Can you add crafting system tutorial video cuz i love your "Far From Home" game ^^

  6. Greco Avatar

    Hey Zack, just found a glitch .. when u drop the hatchet and then pick it up again the hatchet health is back to 100%.
    I dont know how to solve it, can you/someone give me a nudge in the right direction ??

    ur tutorials are great btw !

  7. PhoenixMiner Avatar

    can you add a hot bar that's always on screen?

  8. Ask Plays Avatar

    when my stacks split they all become the same number(btw i tried to mix the system i need in my game and the download from last episode

  9. Kieron Powell Avatar

    Hey dude, new sub.. Could you do a "Set up" vid? be sweet if you could.

  10. Keelan bell Avatar

    hey man just subbed been watching for awhile now and really enjoyed it. Anyway that's all I've got to say besides you're probably one of the best coding channels out there

  11. RealTutsGML Avatar

    What should I add next to the inventory system?

Leave a Reply

Your email address will not be published. Required fields are marked *