Blockland Forums > Modification Help
Warning script. Line 37 Syntax error.
Wordy:
--- Quote from: Nexus on January 29, 2012, 02:50:40 PM ---do not confuse %name with a client; they are completely different
%name is what you type in
a client is an object id number
what you will need to do is %targetclient = findclientbyname(%name);
It is also reccommended that you do a check to make sure that the %targetclient exists after finding it.
--- End quote ---
That helps. Thanks.