Community

AGI Programming => Mega Tokyo AGI Archive => Topic started by: Jeremy on June 28, 2001, 08:27:01 AM

Title: how do i number 2
Post by: Jeremy on June 28, 2001, 08:27:01 AM
can i have a logic so that after a view will talk like (talk to apple) and after its done talking it will be gone?????



I really need help with this one i need this to go on in my game
Title: Re: how do i number 2
Post by: Jonozon on July 02, 2001, 09:34:00 AM
I'm not 100% sure what you're asking...

but if you want the apple to dissapear after to talk to it you simply do this

#define appletalked_to f153
reset(appletalked_to) // do this in the intro so that you will be able to talk to the apple.


in your logic:

if(said("talk","apple"))
{
  if(!isset(appletalked_to))
  {
    print("howdy, i'm apple macintosh, now I'm leaving');
    set(appletalked_to);
    erase(o1); //erase the apple
  }
  else
  {
      print("he left");
  }
}


that's how I would do it.
Title: Re: how do i number 2
Post by: blork on July 30, 2001, 12:37:05 PM
No offence, but if your grammar is that bad, your game's probably going to suck. Maybe you should get someone who knows english a bit more to help you with your game.
Title: Re: how do i number 2
Post by: Nick Sonneveld on July 30, 2001, 09:13:55 PM
Quote

No offence, but if your grammar is that bad, your game's probably going to suck. Maybe you should get someone who knows english a bit more to help you with your game.


I just love your attitude there matey.
Title: Re: how do i number 2
Post by: blork on July 31, 2001, 10:59:41 AM
Yeah, well, I think most of us are tired of playing games where look isn't even understood. It's rude, it's critisism. I'm not going to try and be polite about it. It's better to say what you feel, because then you'll be listened to. And I feel if someone who doesn't really understand english makes a game nobody will be able to play it.
Jeremy, if you want help, I'd be more than willing. Just post a message.
Title: Re: how do i number 2
Post by: robingravel on July 31, 2001, 12:45:53 PM
Hi Block

This is an interresting point here. If no one is interresting about games with low grammars quality. It may prevent me to finish Naturette II in .... english.

Naturette II is my first SCI game in progress.

I played many agi homebrew games. No one has a very bad
english.

Robin Gravel

:'(