forked from Jaysyn/PRC8
6 lines
128 B
Plaintext
6 lines
128 B
Plaintext
|
int StartingConditional()
|
||
|
{
|
||
|
//is a quasit familiar
|
||
|
return (GetAppearanceType(OBJECT_SELF) == APPEARANCE_TYPE_QUASIT);
|
||
|
}
|