Author Topic: how do i number 2  (Read 1744 times)

0 Members and 1 Guest are viewing this topic.

Offline Jeremy

how do i number 2
« 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
« Last Edit: December 31, 1969, 07:00:00 PM by 1018072800 »



Offline Jonozon

Re: how do i number 2
« Reply #1 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.
« Last Edit: December 31, 1969, 07:00:00 PM by 1018072800 »

blork

  • Guest
Re: how do i number 2
« Reply #2 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.
« Last Edit: December 31, 1969, 07:00:00 PM by 1018072800 »

Offline Nick Sonneveld

Re: how do i number 2
« Reply #3 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.
« Last Edit: December 31, 1969, 07:00:00 PM by 1018072800 »
Nick Sonneveld  |  AGI Dev  |  NAGI

blork

  • Guest
Re: how do i number 2
« Reply #4 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.
« Last Edit: December 31, 1969, 07:00:00 PM by 1018072800 »

Offline robingravel

Re: how do i number 2
« Reply #5 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

:'(
« Last Edit: December 31, 1969, 07:00:00 PM by 1018072800 »


SMF 2.0.19 | SMF © 2021, Simple Machines
Simple Audio Video Embedder

Page created in 0.06 seconds with 22 queries.