8 lines
179 B
Plaintext
8 lines
179 B
Plaintext
int StartingConditional()
|
|
{
|
|
// this checks to see if the henchman is considered currently
|
|
if (GetMaster(OBJECT_SELF) != GetPCSpeaker()) return TRUE;
|
|
|
|
return FALSE;
|
|
}
|