Chaos Project

RPG Maker => General Discussion => Troubleshooting / Help => Topic started by: C.C. rOyAl on July 09, 2010, 05:17:56 am

Title: [RMXP] Variable Help (RESOLVED)
Post by: C.C. rOyAl on July 09, 2010, 05:17:56 am
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
Title: Re: [RMXP] Variable Help
Post by: stripe103 on July 09, 2010, 08:35:07 am
I have an event that I think should work.
Event Page 1: ShowHide
(http://img205.imageshack.us/img205/104/stripe103rmxpeventforcc.png)

Event Page 2: ShowHide
(http://img130.imageshack.us/img130/104/stripe103rmxpeventforcc.png)

Event Page 3: ShowHide
(http://img535.imageshack.us/img535/104/stripe103rmxpeventforcc.png)


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.
Title: Re: [RMXP] Variable Help
Post by: SBR* on July 10, 2010, 03:47:54 am
You don't need 'Turn toward Player'.
Title: Re: [RMXP] Variable Help
Post by: stripe103 on July 10, 2010, 04:47:58 am
With some scripts you do. :) I added it just in case.
Title: Re: [RMXP] Variable Help
Post by: SBR* on July 10, 2010, 05:02:38 am
Quote from: stripe103 on July 10, 2010, 04:47:58 am
With some scripts you do. :) I added it just in case.


What script?
Title: Re: [RMXP] Variable Help
Post by: stripe103 on July 10, 2010, 05:30:52 am
I don't know. I think I've heard it somewhere, but I'm not sure. I'm probably wrong.
Title: Re: [RMXP] Variable Help
Post by: Sase on July 10, 2010, 05:41:39 am
As long as "Direction Fix" is not on, the event should automatically turn towards the Hero when you activate it.
Title: Re: [RMXP] Variable Help
Post by: stripe103 on July 10, 2010, 10:22:16 am
And that was probably what I've heard somewhere and then I mixed it up.
Title: Re: [RMXP] Variable Help
Post by: C.C. rOyAl on July 12, 2010, 06:17:35 pm
Thanks Stripe!
*lvls up*
Title: Re: [RMXP] Variable Help
Post by: C.C. rOyAl on July 16, 2010, 01:03:32 am
Didnt work:(
Title: Re: [RMXP] Variable Help
Post by: SBR* on July 16, 2010, 04:39:38 am
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!
Title: Re: [RMXP] Variable Help
Post by: C.C. rOyAl on July 16, 2010, 02:53:03 pm
Ive got the shelf its the boy, if i do exactly what Stripe said he doesnt even show up on the map
Title: Re: [RMXP] Variable Help
Post by: SBR* on July 16, 2010, 03:29:50 pm
Don't forget to give the event of the little boy a sprite.
Title: Re: [RMXP] Variable Help
Post by: C.C. rOyAl on July 16, 2010, 04:58:02 pm
Im not that dumb....  :<_<:
Title: Re: [RMXP] Variable Help
Post by: stripe103 on July 16, 2010, 05:10:23 pm
That was the only thing that I needed to add to make my event work. A graphic. On each event page.
Title: Re: [RMXP] Variable Help
Post by: C.C. rOyAl on July 16, 2010, 05:27:58 pm
Oops thats my bad I forgot to add one to the 3rd page:p Sorry, and thanks again Stripe!
Title: Re: [RMXP] Variable Help (RESOLVED)
Post by: stripe103 on July 17, 2010, 05:44:16 am
Everyone can make misstakes :D
Title: Re: [RMXP] Variable Help (RESOLVED)
Post by: SBR* on July 17, 2010, 10:10:41 am
I'm glad it's working now, C.C. :D!