View Single Post
  #4  
Old 02-28-2004, 01:26 PM
VeX_RaT_Boy VeX_RaT_Boy is offline
WannaBe Scripter
VeX_RaT_Boy's Avatar
Join Date: Aug 2002
Location: Norway
Posts: 960
VeX_RaT_Boy is on a distinguished road
Send a message via ICQ to VeX_RaT_Boy Send a message via AIM to VeX_RaT_Boy Send a message via Yahoo to VeX_RaT_Boy
Re: White space after string

Quote:
Originally posted by Gman4pwnu
Im makin a script where letters show on screen soon as u type. if
if (keypressed){
if (strequals(#p(0),32)){
setstring client.happy,#s(client.happy) ;
}
}

the space doesn't add at teh end =\
help?

How do I add a whitespace after a string.
setstring client.happy,#s(client.happy)#K(32);
__________________
-Kjetil Valen
Reply With Quote