top of page

RPG Maker MZ/MV Expert Tutorial

Chase Between Maps (Ao Oni)

Popularly known as the Ao Oni mechanic, you too can make an enemy chase the player between maps! The process is surprisingly simple.
 
There are two versions:

  1. Remake - Simplified for the efficient developer. Part 2 will use script calls, but you'll see how surprisingly simple they are.

  2. Original - Switches are used to provide stronger manual control. You'll see what I mean in the 'hide' tutorial. However, I don't recommend this way as you typically won't need the aforementioned 'manual controls.'

    The script calls spreadsheet quick link (credits on the page) - https://docs.google.com/spreadsheets/d/1-Oa0cRGpjC8L5JO8vdMwOaYMKO75dtfKDOetnvh7OHs/htmlview#gid=0

aoONIchasesTUT.png

Part 1 - The Basics

Start with this video to create the 'Ao Oni' mechanic.

Featured tutorial lessons:

  • Getting player ID

  • Transferring events using variables

  • Erase Event

P1
ao oni th2.png

Part 2 - Redesign with Common Events and Script Calls for the Efficient Developer

In this tutorial, we will use common events and script calls. If you're new to either, you may feel intimidated. Don't. Study and master the common event and script calls. If you do, you'll see how much more you can do with the RPG Maker engine.

​

The script calls spreadsheet quick link (credits on the page) - https://docs.google.com/spreadsheets/d/1-Oa0cRGpjC8L5JO8vdMwOaYMKO75dtfKDOetnvh7OHs/htmlview#gid=0

P2
ao oni3 hide th.png

Part 3 - Hiding from the Ao Oni

In this tutorial, you'll learn how to add to our code to incorporate hiding. You also obtain a better understanding of the following:

  • the difference between Parallel Process and Autorun

  • How to interrupt a parallel process page by triggering switches on/off

  • Quick chat on gameplay sacrifices made as an indie game dev

P2

CLASSIC

These two versions are from the original tutorial videos. They achieve the same goal with a few added steps, specifically by using switches and tracking where the player exits/enters from. While I don't recommend doing it this way, you will see that you can achieve more manual control as in Part 2: Hide.

​

This older series is designed for those who want a deeper understanding of switches.

Follow Me

  • YouTube
  • Instagram
  • Twitter
All of the tutorials on this website are 100% free. If you found them helpful and would like to support me, please consider donating and/or interacting with my videos by liking or leaving a comment on their YouTube page. Your kindness is very much appreciated. Thank you! :)  
HAVE A QUESTION?
SUGGEST A TUTORIAL.

FOR BUSINESS INQUIRIES

Thanks for submitting!

bottom of page