Added DMFI. Set Diamond Golem appearance size to large. Full compile. Updated release archive.
10 lines
125 B
Plaintext
10 lines
125 B
Plaintext
#include "habd_include"
|
|
|
|
void main()
|
|
{
|
|
|
|
// Following is HABD support
|
|
HABDSetDBOnClientLeave(GetName(GetExitingObject()));
|
|
|
|
}
|