View Single Post
  #10  
Old 04-23-2001, 06:27 AM
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
accually

accually you can now do it if you have v2.0.2 +

you would have to use the functions

strlen(str)
startswith(part,str)
#e(startindex,length,str)

you would do something like

if(startswith(setsword,#c){
this.how.long = strlen(#c);
this.gif = #e(9,this.how.long-9,#c);
}

this code was just off the top of my head.. I haven't tested it but it would be something like that I beleve.
__________________
Thanks,
-KJL
Reply With Quote