6 lines
130 B
Plaintext
6 lines
130 B
Plaintext
int StartingConditional()
|
|
{
|
|
return GetLocalInt( OBJECT_SELF, "QUIT" ) == 1 &&
|
|
GetIsObjectValid( GetMaster() );
|
|
}
|