You are correct. I suppose you didn't like it much as you only watched a few episodes? I think it's a pretty special show with lots of laughs but also sad and hard hitting bits. It's such a weird mix of the two.
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 MenuQuote from: Danvzare on Wed 29/08/2018 12:09:42
Personally, I'm still upset with them removing the button that found the same image in several sizes. That used to be brilliant at finding the original source of an image.
Unless they moved the button and I just can't find it anymore.
Quote from: Slasher on Thu 30/08/2018 04:25:45
Now Google wants to bill you to have Google Maps!
I feel an IE coming on!
function game_start()
{
for (int i = 1; i < Game.InventoryItemCount + 1; i++)
lbInventory.AddItem(inventory[i].Name);
}
function btnGiveInv_OnClick(GUIControl *control, MouseButton button)
{
player.AddInventory(inventory[lbInventory.SelectedIndex + 1]);
}
function btnRemoveInv_OnClick(GUIControl *control, MouseButton button)
{
player.LoseInventory(inventory[lbInventory.SelectedIndex + 1]);
}
function room_AfterFadeIn()
{
ResetRoom(RoomToReset);
player.ChangeRoom(RoomToReset);
}
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.055 seconds with 20 queries.