Well, as I was surfing through the database looking for a game to play, I noticed its very messy in there! Tons of broken links and screens. Does anyone else get aggravated looking through it? I sure do!
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() {
GUI *theGui = GUI.GetAtScreenXY(mouse.x, mouse.y);
if (theGui == gStatusline) {
FadeGuiIn_NoBlock(gIconbar, 0, -20, 0);
SetCursorMode(eModePointer);
}
else if (theGui == null) {
FadeGuiOut_NoBlock(gIconbar, 100, -20, 0);
}
}
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.114 seconds with 16 queries.