7 lines
108 B
Plaintext
7 lines
108 B
Plaintext
#include "ipi_constants"
|
|
|
|
int StartingConditional()
|
|
{
|
|
return ! GetLocalInt(OBJECT_SELF, HASROOM_VAR);
|
|
}
|