Description: Adds the check_resist() script command to your script engine.
With this command, you can retrieve elemental resistances for a character.
check_resist(<type>{, <account id>})
e.g. check_resist(Ele_Water);
check_resist(Ele_Wind, getcharid(CHAR_ID_ACCOUNT));
https://github.com/bWolfie/HPM-Plugins/blob/master/src/plugins/check_resist.c