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