To move two characters at the same time

Started by , Tue 23/03/2004 03:43:31

Previous topic - Next topic

vegetamaker_1

I was trying to move two characters at the same time (as the final fantasy 8)...Did I try to use the command " followcharacter " but does she/he take a lot in responding and doesn't it respect the address to which is looking at the player... How would I be able to make it?  
 
PD: It is that I want to make a mirror...and using many codes from scrit and with the follow I have gotten the same thing.  
 
Thank you search their tim

Ozwalled


CB..

for the following character effect this might work


if (character[EGO].walking==1){
character[MAN].x=character[EGO].x + 10;
character[MAN].y=character[EGO].y + 10;}

vegetamaker_1

¡Thank you! ¡The code of the other one post it works perfectly!

SMF spam blocked by CleanTalk