I have a solution... I think... to the problem of walking in formation.
*Note that you'll need to add putting the players, and change around some of the
*code to fit your needs for amount of characters.
#done!=0
#while(done!==0)
{
#get(dir$)
#if(dir$=="UP")
{
#if(area$=="")
{
#Push("N","Handle[1]$")*You get the picture of what this does from
*the old explanation, right?
#Push("N","Handle[2]$")
#Push("N","Handle[3]$")
}
#if(area$=="UP")
{
#Push("N","Handle[1]$")
#Push("N","Handle[2]$")
#Push("N","Handle[3]$")
}
*Now, here's the trick, haha...
#if(area$=="LEFT")
{
#Push("N","Handle[1]$")
#Push("W","Handle[2]$")
#Stance(position! ,Handle[2]$)
#Push("W","Handle[3]$")
#Stance(position! ,handle[3]$)
}
#area$=="UP"
}
}
From what I have posted of it, you will need to copy it and change it, so it is, in fact, finished... because right now I don't feel like doing all that copying and pasting, but I hope I gave you a good Idea of how to actually do that.