I'm very new to RPG maker (MV), and I want to make an event chase another event (neither is the player). I tried using
move_toward_character($game_map.events[8])
as a script call under "set movement route"
but I'm getting a reference error "move toward character is not defined".
I'm probably making the script call in the wrong place, but I don't know because I'm very new to this. Any help would be greatly appreciated! I'm also open to using plugins.