DJGameFreakTheIguana
Active member
Well yes, I need to get that down first.
x)
x)
anim idle
@script
if(frame==1){
void self = getlocalvar("self");
void P1 = getplayerproperty(0, "entity");
void P2 = getplayerproperty(1, "entity");
void P3 = getplayerproperty(2, "entity");
void P4 = getplayerproperty(3, "entity");
void P;
if(P1){
P = P1;
} else if(P2){
P = P2;
} else if(P3){
P = P3;
} else if(P4){
P = P4;
}
if(P){
char Name = getentityproperty(P,"name");
if(Name=="Ninja"){
performattack(self, openborconstant("ANI_FOLLOW1"));
} else if(Name=="Trix"){
performattack(self, openborconstant("ANI_FOLLOW2"));
} else if(Name=="Ken"){
performattack(self, openborconstant("ANI_FOLLOW3"));
}
}
}
@end_script
...
Dude, this is tight, thanks! Glad I asked about this ahead of time before I planned on doing this. ;DBeasTie said:cool
DJ check out this program, it will let you type the text with bitmap fonts.
http://www.chronocrash.com/forum/index.php?topic=1017.0
edit:
I have those capcom fonts if you need, I set them up to use in count's D&D mod a while ago.
I was thinking about this, but no, they wont pause the game. I figure that I'll let the player do that if they feel the need to.Miru said:Will these frames pause the gameplay?
Because I don't want them to.
DJGameFreakTheIguana said:I was thinking about this, but no, they wont pause the game. I figure that I'll let the player do that if they feel the need to.Miru said:Will these frames pause the gameplay?
Because I don't want them to.
x)
BeasTie said:@DJ - in case you missed it in the links, this page has some more ready made fonts for the program.
http://web.archive.org/web/20120106165822/http://www.zone38.net/font/bmpfont.html
I'm..... not really holding my breath on that. I just stick to the comics for now.Miru said:Sonic's 25th anniversary is coming. Wonder what will happen to celebrate...?
DJGameFreakTheIguana said:I'm..... not really holding my breath on that. I just stick to the comics for now.Miru said:Sonic's 25th anniversary is coming. Wonder what will happen to celebrate...?
x)
Miru said:DJGameFreakTheIguana said:I'm..... not really holding my breath on that. I just stick to the comics for now.Miru said:Sonic's 25th anniversary is coming. Wonder what will happen to celebrate...?
x)
Well, I meant as in you providing a special preview of NICOLE or something.





DJGameFreakTheIguana said:Yo guys, I couldn't decide which TMNT theme to use during one of the segments of Manhattan, so after a long time since I used it, I updated and used Fl Studio to mash them up. Took me from 2:00 a.m. to nearly 10:00 this morning, lol. I'll leave this up to get your guys thoughts on it.
http://www.mediafire.com/download/fbd9gtgurtp462q/TMNT_2K3_vs._2K12_theme_Mash-Up.mp3
x)
