added areas and ccoh, fixed some areas to work with crafting fixed some on death issues added server entry/ooc
14 lines
325 B
Plaintext
14 lines
325 B
Plaintext
#include "mk_inc_craft"
|
|
|
|
void main()
|
|
{
|
|
object oPC = GetPCSpeaker();
|
|
object oTarget = OBJECT_SELF;
|
|
|
|
CISetCurrentModMode(oPC,X2_CI_MODMODE_INVALID );
|
|
MK_GenericDialog_CleanUp();
|
|
|
|
MK_SetPlayerTargetScript(MK_CCOH_ONPLAYERTARGETSCRIPT);
|
|
EnterTargetingMode(oPC, OBJECT_TYPE_CREATURE, MOUSECURSOR_MAGIC);
|
|
}
|