OK, The Legend of Zelda: Breath of the Wild
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.
Show posts MenuQuote from: AnasAbdin on Thu 17/08/2017 12:14:52That is correct. AnasAbdin your turn.
Overload?
function room_RepExec()
{
if ((player.NormalView == 2)&&(GetWalkableAreaAt(player.x, player.y)==2))
{
player.ChangeView (92);
}
if ((player.NormalView == 92)&&(GetWalkableAreaAt(player.x, player.y)!=2))
{
player.ChangeView (2);
}
label1.Text = player.NormalView;
label2.Text = GetWalkableAreaAt(player.x, player.y);
}
By continuing to use this site you agree to the use of cookies. Please visit this page to see exactly how we use these.
Page created in 0.210 seconds with 15 queries.