8 lines
99 B
Plaintext
8 lines
99 B
Plaintext
|
int StartingConditional()
|
||
|
{
|
||
|
return GetLocalInt(OBJECT_SELF, "SeeStairs");
|
||
|
|
||
|
return TRUE;
|
||
|
|
||
|
}
|