generated from Jaysyn/ModuleTemplate
Initial Commit
Initial Commit
This commit is contained in:
9
_module/nss/chk_bp0.nss
Normal file
9
_module/nss/chk_bp0.nss
Normal file
@@ -0,0 +1,9 @@
|
||||
int StartingConditional()
|
||||
{
|
||||
object oPC = GetPCSpeaker();
|
||||
object oItem = GetItemInSlot(INVENTORY_SLOT_RIGHTHAND, oPC);
|
||||
int iResult;
|
||||
|
||||
iResult = (!GetIsObjectValid(oItem));
|
||||
return iResult;
|
||||
}
|
||||
Reference in New Issue
Block a user