Thread: Strings
View Single Post
  #20  
Old 09-22-2003, 12:17 AM
Mal1core Mal1core is offline
Registered User
Join Date: Jul 2003
Location: Rochester, New York
Posts: 41
Mal1core is on a distinguished road
Send a message via AIM to Mal1core Send a message via Yahoo to Mal1core
Quote:
Originally posted by SaijinGohan
Well since my other post disappeared. -.-

NPC Code:
for (i=0;i<tokenscount;i++)setstring temp,#s(temp)#t(i)#b;



That #b is causing each word to be on a new line. :/ I don't think the wraptext is working. Maybe because it's serverside or does that not matter with wraptext?
uhh, thats saying that for each token i gets + 1.., so the problem woudl be that for every word since the begining they are both equal, causing a #b for each word im so smart i figured that out by myself. ;P

try:
NPC Code:
for (i=5;i<tokenscount;i+=5setstring temp,#s(temp)#t(i)#b;



thats for 5 words a line.
__________________
Im still searching...
Reply With Quote