Quote from: imspeshul on Fri 18/11/2005 00:15:14
Thats a complete rip-off, I downloaded that game 3 months ago off a warez site.
1: It's a collectors item from 1991.
2: No warez talk on the forum.
Go away.
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: imspeshul on Fri 18/11/2005 00:15:14
Thats a complete rip-off, I downloaded that game 3 months ago off a warez site.
if (button == eMouseLeft) {
GetLocationName(mouse.x, mouse.y, buffer);
if (StrComp(buffer, "") == 0) ProcessClick(mouse.x, mouse.y, eModeWalkto);
else ProcessClick(mouse.x, mouse.y eModeInteract);
}
else {
show_inventory_window();
}
if (button == LEFT) {
GetLocationName(mouse.x, mouse.y, buffer);
if (buffer == "") ProcessClick(mouse.x, mouse.y, MODE_WALK);
else ProcessClick(mouse.x, mouse.y MODE_USE);
}
else {
show_inventory_window();
}
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.080 seconds with 14 queries.