Added DMFI. Set Diamond Golem appearance size to large. Full compile. Updated release archive.
7 lines
137 B
Plaintext
7 lines
137 B
Plaintext
void main()
|
|
{
|
|
object oPC = GetPCSpeaker();
|
|
object oTarget = GetLocalObject(oPC, "dmfi_univ_target");
|
|
SetName(oTarget, "");
|
|
}
|