What I would like to do here, is I need (for my newest event system) is a script command, that when called will
search for events in front of the player in a range of <n> tiles, and stores the ID of the vent closest to the player
in that range in a variable(the $game_variables kind, preferably). Please that the player must be facing the event in
range to store its ID.
I would like the call to be something like this:
$game_map.getClosestEvent(range)
search for events in front of the player in a range of <n> tiles, and stores the ID of the vent closest to the player
in that range in a variable(the $game_variables kind, preferably). Please that the player must be facing the event in
range to store its ID.
I would like the call to be something like this:
$game_map.getClosestEvent(range)