Changed folder name.
Changed folder name.
This commit is contained in:
15
_module/nss/chk_not1item.nss
Normal file
15
_module/nss/chk_not1item.nss
Normal file
@@ -0,0 +1,15 @@
|
||||
int StartingConditional()
|
||||
{
|
||||
int iResult = 0;
|
||||
|
||||
object oItem = GetFirstItemInInventory(GetObjectByTag("omegaforge" + GetStringRight(GetTag(OBJECT_SELF),1)));
|
||||
|
||||
while(oItem != OBJECT_INVALID)
|
||||
{
|
||||
iResult++;
|
||||
|
||||
oItem = GetNextItemInInventory(GetObjectByTag("omegaforge" + GetStringRight(GetTag(OBJECT_SELF),1)));
|
||||
}
|
||||
|
||||
return iResult > 1;
|
||||
}
|
Reference in New Issue
Block a user