7 lines
121 B
Plaintext
7 lines
121 B
Plaintext
|
#include "ipi_constants"
|
||
|
|
||
|
int StartingConditional()
|
||
|
{
|
||
|
return GetLocalInt(OBJECT_SELF, FIRSTROOMINCLASS_VAR + "8");
|
||
|
}
|