ID:167906
 
I need a easy to use Shopkeeper code, good Inventory code and to go with the Inventory code a equip system for certain weapons (and then the attacks need to work too)

... Asking a bit too much I think. But hopefully you can help.

PS: I have a problem with code.

mob
var
armour = 100
maxarmour = 100
Cash = 500
EXP = 0
MaxEXP = 500
BattleLevel = 1


OK, these are all the same. Battle level means nothing really, so forget that. It works anyway. But if I try to include armour and maxarmour (and maybe EXP) into a death/ damage code and that, it don't want to work. No matter how many times, maxarmour and armour don't work. As I said, I don't know about EXP. I haven't tried to try yet. I never tried src.XXX though, should I try it?
Well, I recall Alternate Shop Keeper being a good shopkeeper demo, so you may want to look into that. I have no idea what else you're asking about, so if you'd care to elaborate I'd be glad to help.

Hiead
In response to Hiead
Well, the problem with that Shopkeeper code is you can't sell. But then, what is the point if you can't pick up things?

I seen it before anyway, but thanks.

I think I found a solution to my problem, I'll report back in a while.
In response to RedlineM203
RedlineM203 wrote:
Well, the problem with that Shopkeeper code is you can't sell. But then, what is the point if you can't pick up things?

That's not a problem, I actually THANK Spuzzum for that. It makes people actually try to build their own "Sell" system(and since they have the "Buy" system already laid out, it shouldn't be hard at all). If you're not willing to try to develop your own system for that, then I pity you as a programmer who needs everything handed to you. =/

Hiead