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