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.


Messages - Zagrijs

Pages: [1] 2
1
Mega Tokyo AGI Archive / Re:Al Pond 1 Al lives for ever help
« on: May 30, 2004, 10:42:56 AM »
I went back to a previous save game and did everything the same way and I also ended with 204 of 206 points and managed to complete the game. I guess there is a bug or something.

2
Mega Tokyo AGI Archive / Re:Newb
« on: May 29, 2004, 02:08:33 PM »
Thanks Kon-Tike but after I posted my previous message I tried everything and 15 minutes after your post it was working.

Thanks again for your help

3
Mega Tokyo AGI Archive / Re:Newb
« on: May 29, 2004, 01:14:36 PM »
I figured it out and it works except that when it should erase the sitting ego view after the player type stand and then draw the regular ego view again it draws the regular ego view and the face of the regular ego view stays where the view is drawn over the background.

4
Mega Tokyo AGI Archive / Re:Newb
« on: May 29, 2004, 09:37:32 AM »
In this case the player can still move and type even if I use program.control.

Here is the code

if (said("sit")) {
  if (posn(ego,50,125,75,160)) {
    if (!isset(f100)) {
      print("You sit down.");
         program.control();
         set.view(ego,2);
         ignore.blocks(ego);
         set.priority(ego,13);
     move.obj(ego,60,137,10,f100);



    }
    else {
      print("You try to sit down twice, but just hurt yourself. You're not "
            "bendable enough.");
    }
  }
  else {
    print("Your tuchy's not THAT big.");
  }
}
if (isset(f100)) {
  stop.cycling(ego);
}

5
Mega Tokyo AGI Archive / Re:Al Pond 1 Al lives for ever help
« on: May 29, 2004, 04:48:03 AM »
Thanks but now I am stuck again.

I activated the countdown in the rocket. Disarmed the bomb.Closed Dr Kony in the rocket.Selected the target and said launch rocket but i stil can't get the rocket in the air.

6
Mega Tokyo AGI Archive / Al Pond 1 Al lives for ever help
« on: May 29, 2004, 02:23:20 AM »
I am near the end and I went into the control room pressed the red button and went into Dr Kony's office got the second paper with a number but I need the first paper with the rest of the numbers to deactivate the bomb.Dr Kony is now in the rocket.

7
Mega Tokyo AGI Archive / Re:Newb
« on: May 29, 2004, 02:18:54 AM »
Thanks Joel. I finally got ego to sit. Another question

How can I get the control away from the player after he sits so ego cannot move without taking away typing.

Thanks for holding off with all my questions

8
Mega Tokyo AGI Archive / Re:Newb
« on: May 27, 2004, 12:26:40 PM »
Here is the code:

if (said("sit")) {
  if (posn(o0,45,159,57,126)) {
    if (!isset(f100)) {
      print("You sit down.");
   set.view(ego,2);

    }
    else {
      print("You try to sit down twice, but just hurt yourself. You're not "
            "bendable enough.");
    }
  }
  else {
    print("Your tuchy's not THAT big.");
  }
}
if (isset(f100)) {
  stop.cycling(o2);
}

The bottom left corner of chairs coordinates are 51 159.

9
Mega Tokyo AGI Archive / Re:Newb
« on: May 27, 2004, 04:38:08 AM »
What I don't understand is how the posn(84,73,102,93)
works.
How do you know what do make it.

10
Mega Tokyo AGI Archive / Re:Newb
« on: May 26, 2004, 12:08:17 PM »
Thanks I don't understand the position.How do I get ego position right.

11
Mega Tokyo AGI Archive / Re:Naturette 2 help
« on: May 23, 2004, 11:40:48 PM »
Thanks

It works now!

12
Mega Tokyo AGI Archive / Naturette 2 help
« on: May 23, 2004, 10:56:19 AM »
When Naturette 2 starts and it asks which language I prefer I can't type in english and I can't click on english.Is this a bug or do I have to press something else.

I am running win xp and using Nagi interpreter.

13
Mega Tokyo AGI Archive / Re:Corby's murder mystery
« on: May 23, 2004, 10:49:38 AM »
I can't find Jay ever and I have spoken to all of the characters.

14
Mega Tokyo AGI Archive / Re:Newb
« on: May 22, 2004, 01:51:17 AM »
Okay how can I let a character sit?

I think I should first draw a view of ego sitting.

Then if ego is in the right position and enters sit. I want to hide the view of ego standing and display the view of ego sitting in the right position.

Basically how do I hide a view of ego and load another view of ego

15
Mega Tokyo AGI Archive / Re:Newb
« on: May 20, 2004, 12:57:13 PM »
Thanks

Do I have to download source code or can I look at the code through Agistudio.

Look for learning not changing

Pages: [1] 2

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

Page created in 0.124 seconds with 19 queries.