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: monkey_05_06 on Sun 12/12/2010 21:50:01
but if I don't then I just see two images only partially overlapping each other..which I suppose could resolve into a 3D effect if they were closer together..but..for me they remain too far apart.
if (HasPlayerBeenInRoom(5) && HasPlayerBeenInRoom(6) && HasPlayerBeenInRoom(7) && HasPlayerBeenInRoom(8) && HasPlayerBeenInRoom(9) && HasPlayerBeenInRoom(10) && HasPlayerBeenInRoom(11)) {}
else {}
// rep-exe
if (gLogicMenu.Visible){
Label.Text = "";
InventoryItem *item = InventoryItem.GetAtScreenXY(mouse.x, mouse.y);
if(item == iKey) Label.Text = "This is a key.";
else if(item == iWallet) Label.Text = "This is my wallet.";
// etc.
}
Label.Text = "";
InventoryItem *item = InventoryItem.GetAtScreenXY(mouse.x, mouse.y);
if(item == iKey) Label.Text = "This is a key.";
else if(item == iWallet) Label.Text = "This is my wallet.";
// etc.
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.250 seconds with 15 queries.