6 lines
98 B
Plaintext
Raw Normal View History

int StartingConditional()
{
int nShow = !GetLocalInt(OBJECT_SELF, "p005began");
return nShow;
}