9 lines
211 B
Plaintext
9 lines
211 B
Plaintext
|
// 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;
|
||
|
}
|