I already know how to check the level of a specific actor (as shown here:
http://rmrk.net/index.php/topic,43718.0.html )
But I want to check the level of whatever actor is currently in the lead position.
I'm going to use it to make enemies that flee from the player if the party leader's level is above a certain number. Since I don't have a main character that is always in the party, I thought it might be kind of silly to pin it to a specific character's level; who may not even be in the party, or who may be over/under-leveled compared to who is actually in the party.
While I'm asking, how do you check the ID of the lead party member?
I'm using KGC_LargeParty if that changes anything.