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