generated from Jaysyn/ModuleTemplate
Initial upload
Initial upload
This commit is contained in:
6
_mod/_module/nss/wazoo_c_hasow.nss
Normal file
6
_mod/_module/nss/wazoo_c_hasow.nss
Normal file
@@ -0,0 +1,6 @@
|
||||
int StartingConditional()
|
||||
{
|
||||
object oItem=GetItemPossessedBy(GetPCSpeaker(),"x2_it_cmat_oakw");
|
||||
if (oItem!=OBJECT_INVALID) return TRUE;
|
||||
return FALSE;
|
||||
}
|
||||
Reference in New Issue
Block a user