View Single Post
  #6  
Old 04-11-2007, 11:17 AM
Skyld Skyld is offline
Script-fu
Skyld's Avatar
Join Date: Jan 2002
Location: United Kingdom
Posts: 3,914
Skyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud of
Send a message via AIM to Skyld
Quote:
Originally Posted by shadowjones View Post
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.
__________________
Skyld
Reply With Quote