I'd feel like I've falling off course if I ever tried something else,besides, my desire to make something nice and finish is strong so hopefully someday haha.
And thank you.
And thank you.

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
//When pressing the rest mode button
function Button56_OnClick(GUIControl *control, MouseButton button)
{
DateTime *dt = DateTime.Now;
Time = dt.Minute;
SetMultitaskingMode(1);
gGui7.Visible = true;
}
//Room 11 checks for gui starts my consistent failing code]
function room_RepExec()
{
if(BattlePoints == 100){
}
else if(gGui7.Visible == true){
DateTime *dt = DateTime.Now;
if(dt.Minute >= Time){
BattlePoints += 1;
Time = dt.Minute;
}
}
}
Quote from: jwalt on Sun 05/10/2014 17:53:32Quote from: Ghost on Sun 05/10/2014 16:27:34
Allow me to provide a texture reference
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.278 seconds with 15 queries.