View Single Post
  #5  
Old 05-20-2006, 03:18 AM
Luigi203 Luigi203 is offline
Hamma Time
Luigi203's Avatar
Join Date: Mar 2003
Location: North East PA
Posts: 285
Luigi203 is on a distinguished road
Send a message via AIM to Luigi203
client.string1 = "hel";
client.string2 = "lo";
player.chat = client.string1 @ client.string2;

Thats what @ is. It appends two strings together.
__________________


CAUTION
Reply With Quote