Quote:
Originally Posted by Inverness
All I want from you people is to tell me why my script doesn't work with those lines commented out, and why it does work correctly when they're not.
Everything you said was completely wrong. You obviously did not read my post either. I see that I'm not going to get any help on these forums so I'll just notify Stefan of the problem and ask him to check it.
You don't seem to understand the fact that in my script shown in the first post. That the script works fine when the commented-out lines are un-commented.
Considering that Hell Raven didn't read it either, I'd say that is justified.
|
No, he is right. You do need to chill. Apparently you did not read my post either. You said in that one post copying objects did not work like that. It DOES work like that, so you must have never declared them as objects. I was merely correcting false information you gave to the public.
You are loading the vars from a file. therefore, file is an object, but everything else sub of it is a variable. You do not have to believe me though, just see, for example, what file.muditems[0].type() returns, my bet is that it will not return 2 (an object).
Just like my last post stated, that you need to declare an object, or else it is just a variable. How about actually reading my post instead of just accusing me of not reading yours (sheer hypocracy if you ask me).
Quote:
Originally Posted by Inverness
Everything you said was completely wrong.
|
That is ironic when what I said works and what you are doing does not work, hense the reason you posted in the first place.