8 lines
217 B
Plaintext
8 lines
217 B
Plaintext
#include "x2_inc_itemprop"
|
|
|
|
int StartingConditional()
|
|
{
|
|
object oTarget = GetFirstItemInInventory(GetObjectByTag("omegaforge" + GetStringRight(GetTag(OBJECT_SELF),1)));
|
|
return (IPGetIsRangedWeapon(oTarget));
|
|
}
|