- Joined
- Oct 18, 2015
- Messages
- 16
- Reaction score
- 2
- First Language
- English
- Primarily Uses
Does anyone how to set an event's location from a javascript command? I'm trying to get an event to follow the player's x position, but the code isn't doing anything:
$gameMap.event(84).x = $gamePlayer.x;
What's wrong with my code above or is there another way to set an event's location?
$gameMap.event(84).x = $gamePlayer.x;
What's wrong with my code above or is there another way to set an event's location?

