The RPG Maker Resource Kit

RMRK RPG Maker Creation => RPG Maker General => General Tutorials and Eventing => Topic started by: RedKnight on April 07, 2007, 08:57:18 AM

Title: Making something else appear in an event
Post by: RedKnight on April 07, 2007, 08:57:18 AM
This is for RM2K3. Suppose I want an enemy (Monster Sprite) to walk into the/appear in the room during the event. Is there a way to make this happen?
Title: Re: Making something else appear in an event
Post by: magic2345 on April 07, 2007, 10:47:13 AM
You could use a switch. Make the enemy event and on the conditions switch set it to the switch you wanted to make the enemy sprite appear. In the middle of the event, turn on the switch and the sprite will appear and turn it off to make it dissappear. Thats how I would do it.
Title: Re: Making something else appear in an event
Post by: Snailer on April 07, 2007, 10:49:27 AM
He is right .
Make a empty event and set it to trough and make a new page that goes on with a switch and set the sprite you want.
now out it where u want it to enter but outside the screen so you cant see it goes on else you will see it popping up and thats lame.
Finnaly use a move event
Title: Re: Making something else appear in an event
Post by: RedKnight on April 07, 2007, 11:05:38 AM
I'm not sure I understand. Could you elaborate a little better please? Sorry. I know I'm a newb.
Title: Re: Making something else appear in an event
Post by: magic2345 on April 07, 2007, 11:15:35 AM
Okay, here is the steps:

1. Make the monster event and set the conditions to be a switch 1 (you could change this)Set the trigger to be action key.
-That switch is for making the monster appear and dissappear(incase you wanted to fight it...)
2. In the middle of an event, if you want to make the monster appear, turn switch 1 (or the switch you used) on. That should make the monster appear.

Well thats it!
Title: Re: Making something else appear in an event
Post by: RedKnight on April 07, 2007, 11:48:55 AM
OK. I think I got how to make the Monster appear. Basically, I set an Event's Conditions to a Switch, then set it's Trigger to whatever, then make the Messages or whatever else I want there, then turn on the switch after the conversations, making the monster appear, then continue as usual, then turn it off to make to make the Monster dissapear, correct? If that's all correct, is there a way to make the Monster walk around, rather than the event, which is the Hero?
Title: Re: Making something else appear in an event
Post by: magic2345 on April 07, 2007, 11:59:49 AM
Wait, do you want to make the monster appear in a cutscene or normally?

If its in a cutscene....you don't need to put anything in the event editor in the monster event. To make it walk just use the move event option in the 2nd page in the event editor.
Title: Re: Making something else appear in an event
Post by: RedKnight on April 07, 2007, 12:16:42 PM
No No No. See, I want it to move during an event. Say, during the event/cutscene, it appears and the Main Character runs to hide somewhere. Well, I want to make the monster move to look for them. How do I do that?
Title: Re: Making something else appear in an event
Post by: magic2345 on April 07, 2007, 12:28:06 PM
Ooh... Well in the event for the cutscene, just use the move event command from the second page of the events editor.

Oh, do you want the monster to automatically move by itself or do you want to control it?
Title: Re: Making something else appear in an event
Post by: RedKnight on April 07, 2007, 12:50:02 PM
I wanna control it. What I mean is, make it move a certain way. Not control it as the PC. However, using Move Event makes the Hero move, not the event. And when I tried what you told me, it didn't work. The Monster was always there. Maybe I'm just not getting this. Perhaps you could explain a little better? If not, I'll stop asking and think of another way to make this event happen.
Title: Re: Making something else appear in an event
Post by: magic2345 on April 07, 2007, 01:11:54 PM
To change who the move event command moves use the scroll down on the upper left.

For the monster...I don't know...I've tried it on my RPG maker and it worked....hmm... what did you put for the trigger? Put action key...
I tried it on both RPG maker XP and 2003... I wonder what's the problem...
Title: Re: Making something else appear in an event
Post by: RedKnight on April 07, 2007, 01:15:38 PM
I did have it on action key. The Monster was already there though.
Title: Re: Making something else appear in an event
Post by: magic2345 on April 07, 2007, 01:16:54 PM
Okay...thats not normal. Did you figure out the move event command?

ANd for the monster event, maybe somebody else knows whats wrong....
Title: Re: Making something else appear in an event
Post by: RedKnight on April 07, 2007, 01:18:22 PM
I hope so. Going back to the move thing, that scroll down box and click This Event, rather than Hero? If yes, then I did figure it out. Thanks.
Title: Re: Making something else appear in an event
Post by: magic2345 on April 07, 2007, 01:33:49 PM
Well actually, if you set it to this event....it means that the cutscene event will move. So, go to the monster's event editor. You should see the event ID on the blue thing or somewhere on the editor. Choose that ID at the move event command to make that event move.
Title: Re: Making something else appear in an event
Post by: RedKnight on April 07, 2007, 10:33:57 PM
Man, I am not getting any of this. Can someone else please assist me?
Title: Re: Making something else appear in an event
Post by: RedKnight on April 07, 2007, 11:54:22 PM
Anyone?
Title: Re: Making something else appear in an event
Post by: Yukimora on April 08, 2007, 12:04:01 AM
for the monsters event do you have the graphic put in already or are you using the other event to give him a graphic after the certain point?What i usually do with theses types of events is create a new empty event then use the event that is already runnning to "move event" and change graphic to the sprite i want...
Title: Re: Making something else appear in an event
Post by: RedKnight on April 08, 2007, 12:07:34 AM
Other event? There is no other event. Just one. And yes, he does have a graphic.
Title: Re: Making something else appear in an event
Post by: Yukimora on April 08, 2007, 12:08:56 AM
alright so the monsters event has all the stuff thats going on in the cutscene?
Title: Re: Making something else appear in an event
Post by: RedKnight on April 08, 2007, 12:18:46 AM
What? No. It's not working. OK. Here's the deal. Let me explain it again. I want the Hero to be looking at something in the room, then to hear the Monster roar, which I know how to do, then for him to hide, then for the Monster to walk into the room, to walk around the room looking for the Hero, then to walk towards the Hero, or away from them, whichever I decide. Then, more talking, then for it to end.
Title: Re: Making something else appear in an event
Post by: Yukimora on April 08, 2007, 12:35:41 AM
ok this is how i would do it...

1: Create a new event for the monster and for the text/ commands

2:make the text the movements for the hero etc etc...

3: Use the "move event" to change the monster from no graphic to the monster graphic and then just put in so random directions and faceings to make it look like he is searching then if you want him to get closer just put in the directions to get closerif you want it to still look like he dosnt know where the hero is maybe put in som random directions then you end this move event with another change graphic back to none if you want him to dissapear then start with the text again...
Title: Re: Making something else appear in an event
Post by: RedKnight on April 08, 2007, 12:38:35 AM
Alright. I'll try that. Just a moment.
Title: Re: Making something else appear in an event
Post by: RedKnight on April 08, 2007, 12:49:18 AM
OK...How can I explain this? I stepped on the spot where the event is triggered, and then a message happen, as I planned it, but that's where things went wrong. The Hero walked over to the spot that I wanted them to go to, but the sound effect and messages continued to proceed while he was walking, rather than waiting for him to get to his destination. Then, the monster appeared and walked around like I wanted him to, but now I can't make him dissapear, becuase there's no empty pink graphic in the move list. Also, was I supposed to select This Event in the move box, because after it ended and I walked over to the monster, I was able to step on it, and the Event happened again.
Title: Re: Making something else appear in an event
Post by: Yukimora on April 08, 2007, 12:51:40 AM
insert a wait for however many frames is needed(sry i dont remember if Rm2k3 has the wait option)

for the empty pink graphic it would problebly take 2 sec to make.
Title: Re: Making something else appear in an event
Post by: RedKnight on April 08, 2007, 12:54:08 AM
What about making the monster dissapear? And was I supposed to choose "This Event" in the move box, then use a switch to make it go away so it doesn't happen again?
Title: Re: Making something else appear in an event
Post by: Yukimora on April 08, 2007, 12:55:35 AM
alright you should be able to change the graphic to none throught the move event but i guess a switch would work too.
Title: Re: Making something else appear in an event
Post by: RedKnight on April 08, 2007, 12:56:49 AM
Hmmmm...I just got confused. No matter. I'll go try again.
Title: Re: Making something else appear in an event
Post by: magic2345 on April 08, 2007, 01:00:11 AM
Well, instead of using the wait command, you could just use the "Proceed with movement" command on the 2nd page of the editor...
Title: Re: Making something else appear in an event
Post by: RedKnight on April 08, 2007, 01:01:56 AM
Nothing works. I think I should just give up. What I want to happen won't happen.
Title: Re: Making something else appear in an event
Post by: Yukimora on April 08, 2007, 01:04:35 AM
na dont give up just experiment that how i get things done and find out new things... but its not up to me i tried my best to get it to work for you sry it didnt.
Title: Re: Making something else appear in an event
Post by: RedKnight on April 08, 2007, 01:07:23 AM
Yeah, I know, and I really do appreciate it, but I just can't get this to work.