Menu

Show posts

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

Messages - GuyLaDouche

#41
I understand that now, I did copy and paste a function, but I now set it so when I press New Game it goes to the players start room and runs script:

function hotspot1_a() {
  // script for hotspot1: Any click on hotspot
  InterfaceOn(1);
  InterfaceOn(5);
}

But the GUI still doesn't show
#42
Part of the main script:

function game_start() {
  // called when the game starts, before the first room is loaded
  SetCursorMode(0); 
  GUIOff(1);
  InterfaceOff(2);
  GUIOff(5);
  InterfaceOff(8);
  InterfaceOff(9);
}

I recently changed interface to GUI as a test, but produced no results.
#43
Hints & Tips / Re: RLBAT- Stuck on plane
Tue 03/08/2004 12:06:24
Does anybody know how i'm supposed to do that, cause my stuff doesn't do it. I already placed it somewhere in the engine room.
#44
I honestly don't understand what you are asking. When I remove the "InterfaceOff"s, the GUIs do show up. The problem is they get in the way of the introduction page then. But, when I add them, even with the function, the GUIs don't appear.
#45
Hints & Tips / RLBAT- Stuck on plane
Tue 03/08/2004 09:45:14
I'm stuck on the airplane in Richard Longhurst and the Box that Ate Time. I already got rid of the eyeball spider thing and am in engine room. I don't know how to reflect the sun egg on both gas tanks. I have one lens and a piece of coal that looks like Poirots mustache, along with the sedated sparrow. The walkthrough confused me even worse than the game at this point.
#46
I'm having difficulty programming the GUIs to not appear in the introduction screen but still be capable of using them once I begin a game. I have tried following the example from Demo Quest 2.3, and disabled the GUIs at the beginning of the game and added this text to the for the introduction room:

function room_c() {
Ã,  InterfaceOn(1);
Ã,  InterfaceOn(5);
}

However it still doesn't work. Any suggestions?
#47
I'm stuck on the airplane, trying to figure out how to destroy the superfuel. I have the lens and the egg.
#48
I was looking for some new simgle player Halflife modifications when I came across this site made by someone name Blended who made games on a whole. He made Halflife maps, Quake maps, and made an AGS game, where I found the link to this website. I'm one of those action-game obsessed dumbasses, but I still prefer a puzzle involving items, Monkey Island Series is a fave. I have them all :). I actually found this recently, and am still learning the tutorial.
SMF spam blocked by CleanTalk