but the walkthrough said "talk to the supply furnisher until she gives you a phone number.
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
if (button == 1)
Ã, Ã, Ã, Ã, {
Ã, Ã, Ã, Ã, Ã, Ã, // They pressed SELECT, so switch to the Get cursor
Ã, Ã, Ã, Ã, Ã, Ã, SetCursorMode (MODE_USE);
Ã, Ã, Ã, Ã, Ã, Ã, // But, override the appearance to look like the arrow
Ã, Ã, Ã, Ã, Ã, Ã, SetMouseCursor (6);
Ã, Ã, Ã, Ã, }
Quote from: Ishmael on Mon 16/08/2004 19:45:02
A first-aid you could try is to rename the game exe file to "ac2game.dat", making sure the extension changes, and copying the "acwin.exe" file from the AGS archive to the folder and running it.
Quote
dialog_request (int parameter)
Called when a dialog script line "run-script" is processed. PARAMETER is the value of the number following the "run-script" on that line of the dialog script.
// dialog script file
@S // dialog startup entry point
narrator: "Do you want to continue the game?"
@1 // option 1
stop
@2 // option 2
run-script 1
function dialog_request (1){
if(param==1) {
QuitGame(0);
}
}
Quote from: Scorpiorus on Sun 05/09/2004 07:49:18
..........QuoteOn the inventory GUI (its a custom GUI), when you click on the select button my cursor changes to the walk icon. What can I do to fix that?Depends on what you mean by "fix that". Can you be more specific?
QuoteDepends on what you mean by "fix that". Can you be more specific?
Quote from: MrColossal on Thu 02/09/2004 02:24:42
* They'd remove all the spyware
don't forget that one
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.082 seconds with 14 queries.