EQUIPMENT WEIGHT/ENCUMBRANCE LIMIT IN RM2K3?
Posts
Pages:
1
I'm currently working on a project in RM2K3, and one of the things I've always wanted to include is an encumbrance limit based on your strength stat. Well I can easily do that part of it, I can't seem to figure out a way to assign a weight value to items. I figured I could do this with variables, but I'm kind of stumped at the moment. Does anyone know a why I can do this?
I don't have the engine on this computer so I can't try, but I suppose you could give each character a Capacity variable and each equipment piece a Capacity Reduction variable.
Use a Common Event in the Database that checks what pieces of equipment each character is wearing, and use Conditions to enable/disable the equipment depending on how much Capacity is left.
There might be a better way to code that, but if you have lots of equipment pieces it will probably be very tedious to code.
Use a Common Event in the Database that checks what pieces of equipment each character is wearing, and use Conditions to enable/disable the equipment depending on how much Capacity is left.
There might be a better way to code that, but if you have lots of equipment pieces it will probably be very tedious to code.
Pages:
1














