8 lines
133 B
Plaintext
8 lines
133 B
Plaintext
int StartingConditional()
|
|
{
|
|
if ( GetLevelByClass(CLASS_TYPE_DRUID, OBJECT_SELF) == 0 )
|
|
return FALSE;
|
|
|
|
return TRUE;
|
|
}
|