I tried to read for an answer, but the nearly 99 pages intimidated me after awhile.....
I am trying to compare the new position of an event to the position of the player with this line of script
$game_player.x==$game_map.events[EV001].x&&$game_player.y==$game_map.events[EV001]y
doesn't work
But I am wondering if there is a way to replace the EV001 event ID with a generic THIS EVENT term, so I can copy the event.
I need fifteen of the puppies.
So I am assuming that the @event_id means "this event" ???
$game_player.x==$game_map.events[@event_id].x&&$game_player.y==$game_map.events[@event_id]y
Please and thank you.
/humiliated
I am trying to compare the new position of an event to the position of the player with this line of script
doesn't work
So I am assuming that the @event_id means "this event" ???
$game_player.x==$game_map.events[@event_id].x&&$game_player.y==$game_map.events[@event_id]y
Please and thank you.
/humiliated
Last edited by a moderator:
