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!