generated from Jaysyn/ModuleTemplate
8 lines
150 B
Plaintext
8 lines
150 B
Plaintext
int StartingConditional()
|
|
{
|
|
int iResult;
|
|
object npc = GetHenchman(GetPCSpeaker());
|
|
if (npc==OBJECT_INVALID) return TRUE;
|
|
return FALSE;
|
|
}
|