Quote:
Originally Posted by Aellwenn
I do not have your version, so I will not do extensive checking, but I think it is supposed to be $DYE_Blue in that line. Capital DYE.
You have to create variables before you use them.
Basically what that error is saying is that the variable $Dye_Blue has not been found. Two reasons for this;
They forgot to include it. (Less likely)
They spelled the variable wrong. (More likely)
Also there is a search function, and you can use F3 to go to next instance of the variable.
|
thanks mate, i'll check that, i've never edited a script before so im a bit lost eheh.. + im not native english so sometimes i dont realy understand everything, but i'll do my research, thanks again :)