Quote:
|
Originally Posted by Prozac
also setting a serverr.string to 0 will delete the string
since 0 is the same as null. I learned this the hard way with my custom hp system. you can substitiute and test for the word "none" i suppose though gs2 (if you convert the script) may want a "string" to look like that an int/floats to have no quotations. hm i see the point of my post has past so i will stop.
|
Wrong. Setting serverr.string to 0 will give it a string value of 0. Null is not the same as 0.