View Single Post
  #26  
Old 03-16-2003, 07:21 PM
Soul-Blade Soul-Blade is offline
US Marine
Soul-Blade's Avatar
Join Date: Jul 2001
Location: Coeur d'Alene, ID
Posts: 945
Soul-Blade is an unknown quantity at this point
Send a message via AIM to Soul-Blade
Quote:
Originally posted by Goboom

Why shouldn't he be saying that is the question.
Oh and SoulBlade, the black on black looks really bad with the letters, try this:
NPC Code:

if (playerenters){
setstring Letters,S,D,Z,X;
this.screenx=(screenwidth/2)-300;
this.screeny=(screenheight/2)+200;
timeout=0.05;}
if (timeout){
Draw();
timeout=0.05;}
function Draw(){
tokenize #s(Letters);
for (this.a=0;this.a<=tokenscount;this.a++) {
for (this.b=0;this.b<=tokenscount;this.b++) {
showtext 300+this.a,this.screenx+this.a*15,this.screeny,Ver dana,b,#t(this.a);
showtext 305+this.b,this.screenx+this.b*15+1,this.screeny+1 ,Verdana,b,#t(this.b);
changeimgzoom 300+this.a,0.6;
changeimgvis 300+this.a,5+this.a;
changeimgzoom 305+this.b,0.6;
changeimgvis 305+this.b,4+this.b;
changeimgcolors 305+this.b,0,0,0,1;
}
}
}

? Wtf? Why did you give me script? After replying to that post, I take it as a insult. I already have a script completed, and it so happens to be much more optimized then that.

Kaimetsu, get over yourself, holy crap. You really have a problem. The point of my post was to let them know I am capable and able, and above the average scripter, but wow look at yourself, you can insult a sophomore in highschool, who is 16, WOW KAIMETSU WAY TO GO!
Reply With Quote