9 lines
159 B
Plaintext
9 lines
159 B
Plaintext
|
int StartingConditional()
|
||
|
{
|
||
|
object oPC = GetPCSpeaker();
|
||
|
|
||
|
if (GetTag(GetItemInSlot(INVENTORY_SLOT_NECK, oPC))!="sarumkingsguar")return TRUE;
|
||
|
return FALSE;
|
||
|
|
||
|
}
|