String labeltext = String.Format("%d", GetGlobalInt(7));
lblPoints.Text = labeltext;
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 MenuString labeltext = String.Format("%d", GetGlobalInt(7));
lblPoints.Text = labeltext;
if (player.Room == cBrian.Room) cBrian.Say("I'm in the same room as you dumbass!");
Quote from: SteveMcCrea on Fri 11/08/2006 21:29:15Quote from: GarageGothic on Fri 11/08/2006 16:00:47Unless of course you have horizontal lines.
it makes sense that there's a bigger vertical space between separate options and between lines belonging to the same option.
Quote from: woodz on Wed 09/08/2006 12:50:50i didn't want it to look like i was plugging lassie to be honest
Quote from: Fisher on Tue 08/08/2006 13:43:15As for meSpoiler
I cant for the LIFE of me figure out how to keep the 'hair' together. I've walked around everywhere![close]
Quote from: deepgames on Tue 08/08/2006 10:19:13Spoiler
Yeah, searched it. But that "it" only appears in the upper left corner. Also I used another thing on it to make the spark. But where do I use that?[close]
Quote from: deepgames on Tue 08/08/2006 09:52:20Spoiler
Can somebody please give me a hint on the maze. I hate mazes.. Grr...[close]
int currentsaveslot;
bool foundsamename;
while ((currentsavegame <= SaveList.ItemCount) && (foundsamename == false)){
if (SaveText.Text == SaveList.Items[currentsaveslot]) foundsamename = true;
else currentsaveslot++;
}
if (foundsamename == true) SaveGameSlot(SaveList.SaveGameSlots[currentsaveslot], SaveText.Text);
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.763 seconds with 15 queries.