7 lines
164 B
Plaintext
7 lines
164 B
Plaintext
int StartingConditional()
|
|
{
|
|
object oItem=GetItemPossessedBy(GetPCSpeaker(),"x2_it_cmat_ironw");
|
|
if (oItem!=OBJECT_INVALID) return TRUE;
|
|
return FALSE;
|
|
}
|