The code is if (Jump =1)
{
yvelocity -=4;
Jump = 0;
}
BUT! It keeps on repeating the stupid jump, in the air, and I don't have Repeat On either.
if(Jump==1)
{
yvelocity=-2.8;
Jump=0;
}
Users browsing this forum: No registered users and 1 guest