Moving an event to the cursor (used to work)

● ARCHIVED · READ-ONLY
Started by JLowther 2 posts View original ↗
  1. RMMV has had a lot of updates in the past year, and I'm trying to get back into it but some things have definitely shifted on me.

    For example, this command used to work for moving an event to the cursor (by pixel, not by grid):
    Code:
    $gameMap.event(event#).setPixelPosition($gameVariables.value(var1),$gameVariables.value(var2));

    ...but it no longer functions.

    Any ideas on how this may have changed and what I might try differently?

    Thanks in advance!
  2. Bumping this as it's been well over 3 days.