10 lines
168 B
Plaintext
10 lines
168 B
Plaintext
|
int StartingConditional()
|
||
|
{
|
||
|
int iResult;
|
||
|
|
||
|
object oItem = GetItemInSlot(INVENTORY_SLOT_RIGHTHAND);
|
||
|
|
||
|
iResult = GetIsObjectValid(oItem);
|
||
|
return iResult;
|
||
|
}
|