View Single Post
  #15  
Old 02-13-2005, 10:40 PM
Inverness Inverness is offline
Incubator
Inverness's Avatar
Join Date: Aug 2004
Location: Houston, Texas
Posts: 3,613
Inverness is a jewel in the roughInverness is a jewel in the rough
Hmm, So I would do:
NPC Code:
player.chat = "Account " @ this.string1 @ " was kicked";


instead of:
NPC Code:
player.chat = "Account "@this.string1@" was kicked";



because it appears to have to many spaces in the first one, why is that? >.<
__________________
Reply With Quote