Thread: probs with #t
View Single Post
  #2  
Old 09-24-2001, 06:48 PM
KJS KJS is offline
The one, The only -
KJS's Avatar
Join Date: Apr 2001
Location: USA, Minnesota
Posts: 1,012
KJS is on a distinguished road
Send a message via AIM to KJS
Re: probs with #t

Quote:
Originally posted by Bhala
why dosnt this work?

PHP Code:
if(startswithchangegani,#c)){
  
tokenize #c;
replacegani #t(1),#t(3);

I know it has somehing to do with #t but what?
PHP Code:
if(startswith(changegani,#c)&&playerchats){
  
tokenize #c;
  
replacegani #t(1),#t(2);

try that or if that doesn't work try putting #s() befor the #t's

but I just changed 3 to 2 so it is the 3rd word
__________________
Thanks,
-KJL
Reply With Quote