In terms of scripting, the method to retrieve the x or y of an event is just:
$game_map.events[event_id].x
$game_map.events[event_id].y
That works fine. I thought it was $game_map.event
One s can make a big difference.
And I filled up the whole 17 * 17 map with events. For example, the first event (on coordinate 0,0), I had
Control Variable[0001]: == 0
Control Variable[0002]: == 0
Which proved to be really laggy (or at least on my computer). And Mr. Graf, I'm not much of an event guru... Could you explain how that would work?
Anyways, thanks to both of you.
* RESOLVED *