1
General Discussion / (no subject)
« on: August 26, 2004, 05:44:48 PM »
Is it me, or did everyone forget The Legend of Zelda: Ocarina of Time Master Quest? Razz
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
*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"
}
}