Changed folder name.
Changed folder name.
This commit is contained in:
13
_module/nss/idcust_ifempty.nss
Normal file
13
_module/nss/idcust_ifempty.nss
Normal file
@@ -0,0 +1,13 @@
|
||||
int StartingConditional()
|
||||
{
|
||||
|
||||
object oPlayer = GetPCSpeaker();
|
||||
int iSlot = GetLocalInt( OBJECT_SELF, "iSlot");
|
||||
|
||||
object oItem = GetItemInSlot( iSlot, oPlayer);
|
||||
|
||||
if( GetIsObjectValid( oItem))
|
||||
return FALSE;
|
||||
else
|
||||
return TRUE;
|
||||
}
|
Reference in New Issue
Block a user