Results 1 to 3 of 3

Thread: Help with RPGmaker

  1. #1
    阴影龙 Zante's Avatar
    Join Date
    Jul 2004
    Location
    Slovakia
    Posts
    1,601

    Default Help with RPGmaker

    Could someone tell me:

    1/How can I make an event disappear permanently?
    2/How to show a face next to the message box?

  2. #2
    Got obliterated Recognized Member Shoeberto's Avatar
    Join Date
    Jun 2000
    Location
    THE OC BABY
    Posts
    12,020
    Blog Entries
    1
    Contributions
    • Former Cid's Knight

    Default

    1. You can't make it disappear from the map entirely, but you can make it so nothing happens when you walk over it anymore with a switch.

    I don't have RM2k anymore, but here's sort of how it would work:
    Make an event with two pages.
    Have the first page so it's triggered when the hero walks over it and have the graphic just be transparent and have the events something like this.
    <> Message "This is an example of a switch."
    <> Change Switch "switch" On

    You'll have to make a new switch called "switch", and turn it on. Then on the second page, on the left part of the event, click the even for Switch and select the switch you made. It won't remove it from the map, but it will keep it from activating.

    I haven't used RM2k in a while, so that code may be a bit off, so do some investigating.

    2. There's a button that says "Set character face" or something like that on the even action page. You have to use that command every time you want to change the face that's used in the text box.


  3. #3
    阴影龙 Zante's Avatar
    Join Date
    Jul 2004
    Location
    Slovakia
    Posts
    1,601

    Default

    Thanks.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •