6 lines
102 B
Plaintext
6 lines
102 B
Plaintext
|
int StartingConditional()
|
||
|
{
|
||
|
if (GetResRef(OBJECT_SELF)=="fence") return TRUE;
|
||
|
return FALSE;
|
||
|
}
|