Announcement

Collapse
No announcement yet.

Set up a rest event

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

    Set up a rest event

    Now, first you need to find a suitable area to place your bed (an Inn).

    The first event you make would be the top part of the bed (If the character can reach it, if not, just bed a normal bed top piece there).

    Have it show a message like, Would you like to take a nap?

    Then have 2 choices show up, yes or no. Under yes, the first event should be Erase screen-Fade-Out.

    Then have it play a suitable BGM (Inn 3 is what I used).

    Now, make sure you know how long the BGM lasts, for Inn 3, that would be 7 sec.

    Add the wait command below play BGM, and have it wait for the BGM’s play time.

    Then add the command to Show Screen-Fade In.

    Next select Play BGM, this time setting it to the maps BGM.

    Last add the command for Full Recovery for the entire party. Under the choice of No, put nothing.

    It should look something like this…..

    <>Message: Would you like to take a nap?
    <>Show Choice: Yes/No
    :[Yes] Case
    <>Erase Screen: Fade-Out
    <>Play BGM: Inn3
    <>Wait: 7.0sec
    <>Show Screen: Fade-In
    <>Play BGM: (whatever)
    <>Full Recovery:[All Members]
    :[No] Case
    <>
    :End Case
    <>

    Then for the bottom part of the bed, same thing yet different graphic! That’s it, simple and easy!
    http://jurgenfauth.com/wp-content/up...predator-2.jpg

    #2
    Re: Set up a rest event

    this belongs in the rpg general forum.

    Thank you Ωbright for the sig fix!
    Card Three is released! You can find it here!

    Comment


      #3
      Re: Set up a rest event

      Topic moved to RPG Maker Workshop ->XP forum. Any XP related posts like this go here for future reference.
      Quote of the moment - "When you cut down a tree, don't stand near it."

      Comment

      Working...
      X