12 lines
224 B
Plaintext
12 lines
224 B
Plaintext
//Created by Esreyr Fears
|
|
//on February 2nd, 2006
|
|
|
|
//Determine if Menu item shows up or not.
|
|
|
|
#include "alt_shape_inc"
|
|
|
|
int StartingConditional() {
|
|
if( getMaxHeads(GetPCSpeaker()) > 40 ) return TRUE;
|
|
return FALSE;
|
|
}
|