Wait, what do you mean it's not there beforehand?
Where exactly do you think restart point is saved to?
Where exactly do you think restart point is saved to?

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 Menu
function repeatedly_execute()
{
if (IsKeyPressed(093))
{
usertext = txtBox.Text;
usertext = usertext.Append("'");
txtBox.Text=usertext;
usertext="";
Wait(5);
}
}
while (timer<800) //or whatever value you need it to be
{
wait(1);
timer++;
}
button.Animate(int view, int loop, int delay, RepeateStyle) ;
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 1.380 seconds with 20 queries.