Home > Tutorials > RPG Maker VX > Making enemies react when in view
Making enemies react when in view
[h]In this tutorial all the objects can be changed as long as the events stay the same[/h]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1: First of all, you need to make a map with some land.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2: Make a event on the map of a person. Then, select the move route to [Move route can be found on the middle left corner of the event page...]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3 Click on move route. Here, you can change your move route to your own, but, for now, let us just put it to
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Move at random
Turn at random
put a check on Skip if cannot move so that, in case this dude runs into a wall, he would still keep moving + it adds a little more inteligence to the game...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4 For the same event, put
conditional branch: This event is facing down
conditional branch: Player is facing up
Text: /Normal, Bottom
You have been seen!
Game over
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5 Do the same for when this event is facing up and the player is facing down, left and right, and right and left.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

|
|
Details
|
|
|