7 lines
166 B
Plaintext
7 lines
166 B
Plaintext
// has no minor mana crystal
|
|
int StartingConditional()
|
|
{
|
|
if(GetItemPossessedBy(GetPCSpeaker(),"MANA_CRYSTAL_1")==OBJECT_INVALID) return TRUE;
|
|
return FALSE;
|
|
}
|