Jaysyn904 04165202c0 Initial upload
Initial upload
2024-11-25 19:36:07 -05:00

7 lines
163 B
Plaintext

int StartingConditional()
{
object oItem=GetItemPossessedBy(GetPCSpeaker(),"x2_it_cmat_elmw");
if (oItem!=OBJECT_INVALID) return TRUE;
return FALSE;
}