Initial upload
Initial upload
This commit is contained in:
10
_module/nss/sfcs_ranged_sc.nss
Normal file
10
_module/nss/sfcs_ranged_sc.nss
Normal file
@@ -0,0 +1,10 @@
|
||||
int StartingConditional()
|
||||
{
|
||||
string sItemType = GetLocalString(OBJECT_SELF, "ITEM_TYPE");
|
||||
if (sItemType == "HEAVY_CROSSBOW" || sItemType == "LONGBOW" ||
|
||||
sItemType == "LIGHT_CROSSBOW" || sItemType == "SHORTBOW")
|
||||
{
|
||||
return TRUE;
|
||||
}
|
||||
return FALSE;
|
||||
}
|
Reference in New Issue
Block a user