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