Okay, in this thread /15/36/3038/1.html
the first post is for a simple pay script (what ive been looking for)
But how hard would it be (or time consuming) to make that script sell two separate items?
what i mean is instead of having it sell one item from one prim, could i put (for example) some script lines for it to read two different prices?
(For Example)
integer gPrice = 5;
integer gPrice = 10;
So if someone pays 5L they get a cube sent to them.
If someone pays 10L they get a sphere sent to them.
If someone pays anything else, their money gets refunded.
(im assuming i could put a fast pay code in there so that there are only the two options for payment)
I'm guessing this is an if/then (or else/if?) script job, and i honestly have a hard time with those lines.
So i guess what im asking is, is there a script out there like this already? Do you have any tips, or examples of how other scripts execute this?
Thanks a bunch. And sorry this post ran a little long :/
