Game Development Community

Inventory System?

by Alex Strand · in Technical Issues · 05/13/2008 (11:25 pm) · 1 replies

I'm not sure if this is in the right place. But I want to create a basic Inventory System. Like, At the bottom of the PlayGui. It shows a few little boxes with numbers. And if you press a number on your Keyboard, You equip the Item/Weapon in the corresponding Numbered Inventory Slot.

I'm new to the whole Torque Script language. That'd why I'm asking for help.

#1
05/14/2008 (5:48 am)
Alex - TGE already has a very basic scripted inventory system included in the Starter FPS kit, have a look at the server/scripts/inventory.cs - it's very basic so will need some work if you going to do much with it.

They're a little old but you may want to take a peek at some of the inventory resources already submitted on here, such as:

www.garagegames.com/index.php?sec=mg&mod=resource&page=view&qid=7514
www.garagegames.com/index.php?sec=mg&mod=resource&page=view&qid=3467

There are others but you can use the search function to find them, it's the most useful tool you have.