I recently found out you can enable and disable encounters in an event. What I don't know, if it exists, is if there is a script that allows me to have different groups of encounters. for example: you might set up something in the maps note box: <encounter_one>moster_id, moster_id, moster_id</encounter_one>, <encounter_two>moster_id, moster_id, moster_id</encounter_two>, then in your event you could do: enable_encounter(1); or something similar. can some one make a script or is there one alive that allows me to accomplish this?