8 lines
160 B
Plaintext
8 lines
160 B
Plaintext
#include "NW_I0_HENCHMAN"
|
|
|
|
int StartingConditional()
|
|
{
|
|
object master = GetMaster();
|
|
return !(GetIsObjectValid( master ) || master == GetPCSpeaker());
|
|
}
|