Zelaron Gaming Forum  
Stats Arcade Portal Forum FAQ Community Calendar Today's Posts Search
Go Back   Zelaron Gaming Forum > Zelaron Gaming > RPGMaker

 
 
Thread Tools Display Modes

 
Event Party Question
Reply
Posted 2006-04-07, 12:41 PM
Alright - I'm aware at how noobish this question might sound, but I'll never learn unless I ask it anyway:

For a particular scene, I'm wanting my party to come out of the main hero and interact, using different sprites at different times to show reactions to the dialogue. Now, I'm aware at placing events around the hero for the party to move to, but my question is, is there an easy (or at least) easier way for events to basically get one event to react at the right time to another event to show a reaction to what was said? I'm not sure if that's clear or not, but I am getting a little more familiar with the program but I'm still not sure how to script those dialogue scenes just yet with multiple events moving around and taking cues from other events. Any help would be appreciated.
Old
Profile PM WWW Search
Harbinger is neither ape nor machine; has so far settled for the in-betweenHarbinger is neither ape nor machine; has so far settled for the in-between
 
Harbinger
 



 
Reply
Posted 2006-04-07, 01:33 PM in reply to Harbinger's post "Event Party Question"
You can have multple "events" which are the characters and have no script in them, just name them after your characters and then have "master" event on the map that controls everything. This way you can use the 'move' function to move alex and then ben. This way everything is scripted in one place and it moves everything else. This elimates switches and the dialogue can be all in one event as well so you dont confuse yourself about what comes first.

I'm gonna summon BlueCube so he can show you using code.

*SUMMONS BLUECUBE*
"why I've gotta be one of the cool kids just to walk by/
- without being tripped, thrown down on the ground and kicked/
Insulting me for no reason, I was treated like shit/
The teachers let it happen/
I've even seen some of them teachers laughing/
That's why I had a smile on my face when I started blastin/" - Ill Bill - The Anatomy of a School Shooting
Old
Profile PM WWW Search
Original Sin is neither ape nor machine; has so far settled for the in-betweenOriginal Sin is neither ape nor machine; has so far settled for the in-between
 
Original Sin
 



 
Reply
Posted 2006-04-08, 05:56 AM in reply to Original Sin's post starting "You can have multple "events" which are..."
Using the "Call Event", right?

If Alex talks to one person, that person says something then [Call Event] someone else retorts to it, and the fourth party member starts arguing with them.

All Call Events?
Old
Profile PM WWW Search
Lenny simplifies with no grasp of the basicsLenny simplifies with no grasp of the basicsLenny simplifies with no grasp of the basicsLenny simplifies with no grasp of the basicsLenny simplifies with no grasp of the basicsLenny simplifies with no grasp of the basics
 
 
Lenny
 



 
Reply
Posted 2006-04-08, 10:22 AM in reply to Lenny's post starting "Using the "Call Event", right? If..."
Well sorta, everything is controlled from one event, you just use the move event to move other "events" around(these would be the characters) and so it is less hassel. You would have a switch that would cause the person to become visible though.

Here's an example of what I meant, you just need to copy and paste an RPG_RT applicationone with a cool pic) into the file since the file is too big for the upload limit even when I have it set to best. Stupid isn't it?
Attached Files
File Type: zip Example for Harbinger.zip (96.2 KB, 1 views)
"why I've gotta be one of the cool kids just to walk by/
- without being tripped, thrown down on the ground and kicked/
Insulting me for no reason, I was treated like shit/
The teachers let it happen/
I've even seen some of them teachers laughing/
That's why I had a smile on my face when I started blastin/" - Ill Bill - The Anatomy of a School Shooting

Last edited by Original Sin; 2006-04-08 at 10:47 AM.
Old
Profile PM WWW Search
Original Sin is neither ape nor machine; has so far settled for the in-betweenOriginal Sin is neither ape nor machine; has so far settled for the in-between
 
Original Sin
 



 
Reply
Posted 2006-04-08, 11:13 AM in reply to Original Sin's post starting "Well sorta, everything is controlled..."
Original Sin said:
Well sorta, everything is controlled from one event, you just use the move event to move other "events" around(these would be the characters) and so it is less hassel. You would have a switch that would cause the person to become visible though.
Yeah, you'd have a 'master' auto-start event that just runs through the entire scripted sequence (no need to call other events unless you're reusing code for some reason)

You might have something like this:

<> Message: "King: I AM ACTUALLY EVIL"
<> Move Event: Hero, Lock Facing, Down, Down, Unlock Facing
<> Message: "Hero: NOOOO"
<> Move Event: King, Down
<> Message: "King: Guards! Arrest him!"



That would make the hero take a couple steps backwards, say "NOOOO", then the King would take a step forward and say his line. You don't need to have the King event say he's evil, switch to another event and have the hero reply and move, then switch back to the king - it's all controlled via one event. Just have to get the timing down, that's all - if you want a pause, put one in; if you want someone to walk, stop, and then say his lines, it's rather easy to figure out that you would move the event, pause until he's finished walking (and add a bit more for the dramatic pause), then have a Message event.



Anyway, if you want to have other people jump out of the main hero,



Set it up like that. (You can have the hero move into the area where he's "surrounded" by blank events prior to the event). Then just use the Move Event command intellegently and change the character sets of the events. (Make sure that any event that's south of the hero is "Above Hero" so it's drawn properly, and all others should be "Below Hero")

<> Move event: GuyOnLeft, Move Right, Face Left, Change character set, Move Left, Face Up
<> Pause until above event is finished (1.0 seconds? Try out various numbers)
<> Move event: GuyOnRight, Move Left, Face Right, Change character set, Move Right, Face Up
<> Pause etc etc
<> Move event: GuyOnBottom, Move Up, Face Down, Change character set, Move Down, Face Up
<> Pause etc etc


That's the basic idea.
Old
Profile PM WWW Search
BlueCube enjoys the static noises of ten television sets simultaneously tuned to 412.84 MHzBlueCube enjoys the static noises of ten television sets simultaneously tuned to 412.84 MHz
 
 
BlueCube
 



 
Perfect.
Reply
Posted 2006-04-08, 10:21 PM in reply to BlueCube's post starting "Yeah, you'd have a 'master' auto-start..."
Thanks everyone - this is exactly what I needed. I knew the way I was going about it was probably the hard way around.
Old
Profile PM WWW Search
Harbinger is neither ape nor machine; has so far settled for the in-betweenHarbinger is neither ape nor machine; has so far settled for the in-between
 
Harbinger
 
 

Bookmarks

« Previous Thread | Next Thread »

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

Posting Rules [Forum Rules]
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -6. The time now is 08:00 PM.
'Synthesis 2' vBulletin 3.x styles and 'x79' derivative
by WetWired the Unbound and Chruser
Copyright ©2002-2008 zelaron.com
Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
This site is best seen with your eyes open.