Ok well i'm using this script since a few weeks and i have to say that the person who did it has a great programming knowledge and does know well how to work with strings.. but why releasing the script with yet many bugs..
for example?
FIRST BUG
in the original script the function attached to the name of the model is not working.. no matter is writing a name with spaces or without
I fixed that myself (wasn't easy).. whatever.. it's a bug
SECOND BUG
You can pick up an object and give it the value "amount"
let's say three small throwing knives
the bug: i pick the object up and i have three axes, i drop one of the three axes.. now i have two of them.. i pick it up again and i have again 3 axes + 2 = 5
etc etc.. this action is called dupe objects..
the fix right now it to assign to the object always a quantity of one
but.. it's a bug
THIRD BUG
The worst problem .. the one that a medium level programmer (me) can hardly be able to correct.. you cannot create more than 9 objects.. ?!?!?!
why? because for example
chapter1
it's a life potion
chapter2
it's a mana potion
etc etc
chapter10
it's a scroll of whatever
now i go and pick object 10 and what do i get? the graphic of the scroll but the name (and so consecutively the function) and the description, goldworth etc of chapter1 which is the life potion.. that means that the file reads only the first char after "chapter" .. which is 1 and the 0 after the 1 is ignored.
Now i don't care for the previous two bugs but could i AT LEAST get some help to solve the third problem? because since the script is not mine it's too hard to manage with learning all the script and find where the problem is located..
help, please