Created top hak for crafting dialog. Moved Bioware creature abilities to top hak. Fixed DMFI wand handouts. Added DMFI language handouts. Added CCOH 6. Disabled PC corpse system. Modified new player startup system. Full compile. Updated release archive.
8 lines
167 B
Plaintext
8 lines
167 B
Plaintext
#include "mk_inc_generic"
|
|
|
|
int StartingConditional()
|
|
{
|
|
return MK_GenericDialog_GetCondition(253);
|
|
// return (GetLocalInt(OBJECT_SELF, "MK_CONDITION_22")==1);
|
|
}
|