7 lines
147 B
Plaintext
7 lines
147 B
Plaintext
|
int StartingConditional()
|
||
|
{
|
||
|
if (GetIsObjectValid(GetItemPossessedBy(GetPCSpeaker(), "VeiledAllianceAmulet")))
|
||
|
return TRUE;
|
||
|
return FALSE;
|
||
|
}
|