Quote:
Originally Posted by shadowjones
ive been using clientr.hellowworld=1; on all my scripts and they are all working fine??
|
When you do
varname = value; in old GScript, it only works for integer/float values. Also I don't think it works with clientr.-style strings either.
varname = value; in the new engine is the default way of assigning values to variables; if this is working in your script for some string values, then you are probably mixing old and new GScript, which you shouldn't be doing.