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