Battledale_PRC8/_module/nss/gz_pkeg_onunaq.nss

9 lines
211 B
Plaintext
Raw Permalink Normal View History

// Add these line to your own OnUnaquire Script if you already have one
// for HCR use the PreEvent() Hook in HC_INC_ONACT
#include "gzi_pkeg_onunaq"
void main()
{
if (CheckPKegUnaquire())
return;
}