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