ID:269109
 
making an rpg (non rip) and i need a decent battle system where you can carry weapons and differant weapons have differant attack and such if you post give examples
Theres a few ways to do it. you can have an attack variable and when you equip a weapon it increases your attack variable by a certain number, OR you can do it the way I like to...
Start off with objects as your hand and/or other body parts, then when you equip items, put them in the body parts(objects) when you attack it looks in the body part(object) to see what that weapons stats may be and then use them.
Now, the 2nd way is much harder but you have less limits on what you can do with the weapon.