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