Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: fiaschetta on Tue 17/06/2008 01:46:19

Title: Walk togheter
Post by: fiaschetta on Tue 17/06/2008 01:46:19
I have three character that must to walk on coordinates X:50 Y: 100. 
I want that they walk togheter.   
With this script 
 
character[MARK].Walk(399, 287, eBlock);
character[JO].Walk(399, 284, eBlock);
character[MAT].Walk(399, 287, eBlock);


 
First Mark walks.. and  when he on X:50 Y:100 
JO begin to walk... then Mat   
 
But I want that they walk together..
Title: Re: Walk togheter
Post by: Kaktus on Tue 17/06/2008 01:54:28
eNoBlock instead of eBlock for the first two.