ID:179042
 
I want a shopkeeper who you can Buy and Sell from, and giving one merchant that list.
Check out Spuzzum's shopkeeper demo. Very Good.

-James
In response to Jmurph
That demo is just a game, it dosen't tell me anything..
will someone just tell me the code?
In response to Jmurph
That demo is just a game, it dosen't tell me anything..
will someone just tell me the code?
In response to Pizzaro
Check in C:\Program Files\BYOND\users\your name\My Hub\Spuzzum\
In response to Nadrew
I have already done that,it diddn't work. Will someone just tell me a code that worked for them.
In response to Pizzaro
Not if you're not willing to try what codes are already out there. Giving a code to you will only make you come back and ask more questions about it because you NEVER LEARNED FROM IT, you have the source to Spuzzum's shop keeper code and that's all you should need.
[link]

There's half the puzzle. Glad I could help.
In response to Nadrew
I am not meaning to be mean, but I don't like Spazzums Shopkeeper code! It is just a game, I don't get how that will ever help.
In response to Pizzaro
its not just a game it gives you the actual code you need to make a shop keeper what you are asking for is right in the paths mentioned above all you have to do is copy and paste or if your feeling more dareing try to understand the code itself.
In response to Pizzaro
The code is on your computer, if you'd actually read my other posts you would have seen where!
Look in the EXACT same place Nadrew said to go.I found it a while ago in the SAME place.You should also be able to find it.You downloaded it!

-Non-PC
In response to Lord of Water
I have two errors when i put the code in.
the rest is fine

errors:

if : missing comma ',' or right-paren ')'


code with error:

if("Cloths")

can you help?


In response to Pizzaro
Pizzaro wrote:
if : missing comma ',' or right-paren ')'

code with error:

if("Cloths")

Typically this error is to be found on the line before the one indicated.
Other than that, make sure your if() is within a switch() block; otherwise you're not comparing any particular var to "Cloths", and this if() will always be true.

Lummox JR