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