Jump to content
New account registrations are disabed. This website is now an archive. Read more here.
Sign in to follow this  
toonnooness

Event help

Recommended Posts

I have a event command list that is self explanitory mostly.

A character walks left then up, says some text and then walks back to the start position, however it keeps looping round the text and doesn't return to the start postion.

Any help to fix this is much appreciated.

post-1347-1226182883_thumb.jpg

Share this post


Link to post
Share on other sites

Use a switch to end it. set a local switch to 'a', then add a new page that needs that switch on as a prerequisite.

Share this post


Link to post
Share on other sites

Ahh I see ok, I'll read up on a switch tutorial then.

Thanks

 

EDIT:

Ok I got the event working how I wish it to.

But after the lady moves back to her starting position I "End Event" and this makes the graphic disappear, what would be a way round this?

Cheers

Share this post


Link to post
Share on other sites

On the second page of your event, make sure there is a graphic. Each page of your event has to have a graphic set.

 

End event? There doesn't have to be anything on the second page of commands. If you had a girl with the graphic you wanted and trigger: autorun with these commands:

 

@>Set Move Route: This event
:						  : $>Move Left
:						  : $>Move Left
:						  : $>Move Left
:						  : $>Move Up
@>Wait 75 frames(s)
@>Text: My, my you're awake. I didn't think you would make it
:		  : through the night.
@>Wait 100 frames(s)
@>Text: Well, anyway; there's things I must get on with. Feel
:		  : free to move about my establishment.
@>Wait 120 frames(s)
@Set Move Route: This event
:						  : $>Move Down
:						  : $>Move Right
:						  : $>Move Right
:						  : $>Move Right
@>Control Self Switch A=ON

 

and then made a new event page with the condition that Self Switch A was on and had the same graphic as the previous page and a trigger: Action button and had these event commands:

@>Text: I'm busy now.

 

 

Your girl would walk up to the player (assuming he is at the place the girl walks to) and tell him "My, my you're awake. I didn't think you would make it through the night." Then she would walk back to where she was after the frame wait was over. Then whenever you talked to her she would say: "I'm busy now"

 

 

Hope I helped!

 

~Kiriashi~

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...