11 lines
164 B
Plaintext
11 lines
164 B
Plaintext
|
int StartingConditional()
|
||
|
{
|
||
|
int iResult;
|
||
|
|
||
|
object oItem = GetItemInSlot(INVENTORY_SLOT_HEAD);
|
||
|
|
||
|
|
||
|
iResult = GetIsObjectValid(oItem);
|
||
|
return iResult;
|
||
|
}
|