Currency Help.
88ken88
28 Apr 2007, 14:27Hey everyone, I need SERIOUS help with getting the money system working. I just don't get it. I've tried a BUNCH of things, but nothing has worked. Help?
Lamens Terms please. Just a basic command to add money would work.
I already have the variable all set up.
Lamens Terms please. Just a basic command to add money would work.
I already have the variable all set up.
Elexxorine
30 Apr 2007, 09:56Can you post what you've done so far, some code will help us understand what you are and are not doing and doing right.
Btw, welcome to quest.
Btw, welcome to quest.
88ken88
01 May 2007, 20:50here's what i've got so far -
(with all of the other code, of course)
command </getgold> inc <gold; 7>
define variable <Gold>
type numeric
scope local
value <5000>
display <Gold (!)>
end define
end define
(with all of the other code, of course)
Elexxorine
01 May 2007, 21:25KK........ take the
define variable <Gold>
type numeric
scope local
value <5000>
display <Gold (!)>
end define
and put that inside the define game stuff.... and chenge the command script to:command </getgold> inc <gold; 7>
no 'end define' is needed. Try it with that and it should work.88ken88
02 May 2007, 19:53alright! thanks a lot =]