generated from Jaysyn/ModuleTemplate
10 lines
217 B
Plaintext
10 lines
217 B
Plaintext
int StartingConditional()
|
|
{
|
|
/* object iResult;
|
|
iResult = GetHenchman(GetPCSpeaker());
|
|
if (iResult==OBJECT_INVALID)
|
|
{return FALSE;}
|
|
return TRUE;*/
|
|
return GetLocalInt(OBJECT_SELF,"hired");
|
|
}
|