Page 1 of 1
[solved] Item system
Posted: Sat Apr 24, 2010 11:30 pm
by pythip
I am currently designing a game, and would like to make an easy way to add items to my game, I'm thinking in a way of a scripting language but don't know which is the best to use with c++, or which books are useful, any suggestions?
Re: Item system
Posted: Sun Apr 25, 2010 12:08 am
by short
your question is not specific.
Re: Item system
Posted: Sun Apr 25, 2010 1:00 am
by mv2112
Yea, elaborate more on what your question is. However, I would recommend Lua as your scripiting language, it has an easy syntax and there are add-ons like toLua++ or LuaBind that wrap C++ classes for you to lua, like an item system, so you can add items from Lua itself.