6 lines
138 B
Plaintext
6 lines
138 B
Plaintext
int StartingConditional()
|
|
{
|
|
if (GetItemPossessedBy(GetPCSpeaker(),"MercGuildMembers")==OBJECT_INVALID) return TRUE;
|
|
return FALSE;
|
|
}
|