Initial upload. PRC8 has been added. Module compiles, PRC's default AI & treasure scripts have been integrated. Started work on top hak for SLA / Ability / Scripting modifications.
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;
|
|
}
|