added areas and ccoh, fixed some areas to work with crafting fixed some on death issues added server entry/ooc
7 lines
137 B
Plaintext
7 lines
137 B
Plaintext
void main()
|
|
{
|
|
object oPC = GetPCSpeaker();
|
|
object oTarget = GetLocalObject(oPC, "dmfi_univ_target");
|
|
SetName(oTarget, "");
|
|
}
|