RPG Maker Forums

PLUGINS:
Move Route Core
Self Switches and Variables

I have an event that I want to move to another event on the map. Normally, with Move Route Core, you just use the javascript command "MOVE TO: EVENT 5". However, I'm also using the Self Switches and Variables plugin, which you can control from within the Move Route Core plugin with a javascript command "SELF VARIABLE 1: 5". So I first tried this:

Code:
Script: SELF VARIABLE 1: 5
Script: MOVE TO: EVENT $gameVariables.value(1)
but that didn't work, so I went into Lunatic Mode and tried:

Code:
Script: SELF VARIABLE 1: 5
Script: this.moveToEvent($gameVariables.value(1))
but that doesn't work either. The event just moves to the player, which means Self Variable 1 = 0.

After some digging around, I tried:
Code:
Script: SELF VARIABLE 1: 5
Script: this.moveToEvent(this._interpreter.getSelfVariableValue(1));
but still the exact same behavior.

By the way, I tried this in both Autonomous Movement and Set Movement Route, same behavior. (I'm shooting for Autonomous Movement.)

I've tested it after turning off all other plugins, no dice. Anyone understand why this isn't working?

Thanks!

Latest Threads

Latest Profile Posts

Don't forget, aspiring writers: Personality isn't what your characters do, it is WHY they do it.
Hello! I would like to know if there are any pluggings or any way to customize how battles look?
I was thinking that when you start the battle for it to appear the eyes of your characters and opponents sorta like Ace Attorney.
Sadly I don't know how that would be possible so I would be needing help! If you can help me in any way I would really apreciate it!
The biggest debate we need to complete on which is better, Waffles or Pancakes?
rux
How is it going? :D
Day 9 of giveaways! 8 prizes today :D

Forum statistics

Threads
106,050
Messages
1,018,548
Members
137,835
Latest member
yetisteven
Top