Announcement

Collapse
No announcement yet.

I need help with something! PLease Help

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    #16
    Re: I need help with something! PLease Help

    Originally posted by jayvee97
    sigh still nothing....thing is wether i get this to work or not i have to no what i did because there are going to be more time where i will need an event to work only once...
    OK let me ask you this...when i go into event conidtions...what am I EXACTLY putting in the first thing.....Value=specified value or something else or w/e


    Then what am I putting EXACTLY in the other things.....and this is still in the first mode correct?


    Im really sorry for bugging you...I use to be great with rpg maker xp but this one is too different for me....

    Comment


      #17
      Re: I need help with something! PLease Help

      1.You’re at the start screen. 3. Choose edit.
      2. Push start. 4. Choose the world map
      5. Choose layout 6.Choose the building your going to use
      7. Click X (create event) 8.Choose standard event

      Name event = First story
      Change shared event to invisible
      Click R1

      Now you should be at a screen where it says Event access in blue at the top

      You should be on Touch, click the x button and go down to auto (click x)
      Now click the controller over right three times, you should be on the + button.
      Click x and click x again on new. Click the controller left twice and you should be on the back mode button. Click it once. (It looks like this)

      Now above auto it should say 1 / 2
      Now go to event code

      (since you said the storyteller works I’m going to assume u know how to do that)

      Make your storyteller event.
      The event after storyteller should be modify internal variable. You can find that option in property control.

      Modify internal variable should look like this.

      Select property to set (make the property a building)
      Variable 01 (keep this)
      123… ( set this to 3)

      Now your next code should be modify mode. And since we named the event First story that’s the event you want to modify. Modify event to mode 2.

      (Now I’m going to do a little overkill)

      For your next code choose display off (event name = First story)

      Now push the O button and go over to yes so u can save event code data.
      Now go up and go to the second mode.

      Near the top should read 2 / 2

      Now go to the auto/button/touch bar and choose auto

      Now click one down and click x
      The screen should say Event access at the very top and event conditions right under that.

      Now the bar your on should say select event occurrence list. Click x and choose
      Value = Specified Value

      Click one down and it should say shared variables in the bar and set event conditions parameters at the bottom.

      Click x on shared variables and change it to the building you used as an internal variable of mode 1. So if you used the building you called home as the building with the changed variable in mode one that’s the same building you want to pick now.

      Go down one click and it should say 123… Variable 01

      ( I am going to give u some overkill)

      Change it to Variable 02.

      Next click right to the 123... and set it to 11.

      Click O save your changes and save your game data and push play and test it out.
      Last edited by Aminveloscasin; 11-20-2005, 01:20 PM.

      Comment

      Working...
      X