Initial commit
Initial commit.
This commit is contained in:
16
_module/nss/vtw_shgmr.nss
Normal file
16
_module/nss/vtw_shgmr.nss
Normal file
@@ -0,0 +1,16 @@
|
||||
#include "inc_baseitem"
|
||||
|
||||
int StartingConditional()
|
||||
{
|
||||
object oItem = GetLocalObject(GetPCSpeaker(), "MODIFY_ITEM");
|
||||
|
||||
if (
|
||||
isArmor(oItem) ||
|
||||
isWearable(oItem) ||
|
||||
isGauntlet(oItem) ||
|
||||
isMelee(oItem) ||
|
||||
isRanged(oItem)
|
||||
) return TRUE;
|
||||
else return FALSE;
|
||||
|
||||
}
|
Reference in New Issue
Block a user