[RMXP] Variable Help (RESOLVED)

Started by C.C. rOyAl, July 09, 2010, 05:17:56 am

Previous topic - Next topic

C.C. rOyAl

July 09, 2010, 05:17:56 am Last Edit: July 16, 2010, 05:28:39 pm by C.C. rOyAl
Okay so im trying to make an event where a lil boy asks you if you can get his rock off a high shelf. if you say yes he moves out of the way, if you say no then he turns around. when he moves you take a step forward to pick up his rock, and then you have to give it to him. this is when everything goes wrong. can someone help me? the rewards are 100 gold and 10 exp if it mattres. if you need anymore info just ask idk what all I need to tell you for sure
Spoiler: ShowHide

stripe103

July 09, 2010, 08:35:07 am #1 Last Edit: July 09, 2010, 08:37:03 am by stripe103
I have an event that I think should work.
Event Page 1: ShowHide

Event Page 2: ShowHide

Event Page 3: ShowHide


EDIT: The first image is a bit wrong. The line
@>Control Self Switch: A = ON
is supposed to be in the end of the Yes Option.

SBR*

You don't need 'Turn toward Player'.

stripe103

With some scripts you do. :) I added it just in case.

SBR*

Quote from: stripe103 on July 10, 2010, 04:47:58 am
With some scripts you do. :) I added it just in case.


What script?

stripe103

I don't know. I think I've heard it somewhere, but I'm not sure. I'm probably wrong.

Sase

As long as "Direction Fix" is not on, the event should automatically turn towards the Hero when you activate it.

stripe103

And that was probably what I've heard somewhere and then I mixed it up.

C.C. rOyAl

Spoiler: ShowHide

C.C. rOyAl

Spoiler: ShowHide

SBR*

That event should be the little boy. There should be another event, the shelf, that, when pressed action button, does this:

>>EVENT PAGE 1: ACTION BUTTON
@>Show message: Wow! That shelf is high. *huff* *puff* (Or something like that)
@>Show message: Yay, I've got it!
@>Play ME: Fanfare1 (Or whatever you feel like. You could even do no ME)
@>Increase item: Stone +1
@>Self switch A: ON
@>

>>EVENT PAGE 1: ACTION BUTTON - Self switch A == on
@>

Don't forget to make sure the player can't drop/use/sell the stone!

C.C. rOyAl

Ive got the shelf its the boy, if i do exactly what Stripe said he doesnt even show up on the map
Spoiler: ShowHide

SBR*

Don't forget to give the event of the little boy a sprite.

C.C. rOyAl

Spoiler: ShowHide

stripe103

That was the only thing that I needed to add to make my event work. A graphic. On each event page.

C.C. rOyAl

Oops thats my bad I forgot to add one to the 3rd page:p Sorry, and thanks again Stripe!
Spoiler: ShowHide

stripe103


SBR*

July 17, 2010, 10:10:41 am #17 Last Edit: July 17, 2010, 10:12:23 am by SBR*
I'm glad it's working now, C.C. :D!