Initial commit
Initial commit [v9.7]
This commit is contained in:
6
_module/nss/weapon_check.nss
Normal file
6
_module/nss/weapon_check.nss
Normal file
@@ -0,0 +1,6 @@
|
||||
//By default_anomaly, 2005
|
||||
int StartingConditional()
|
||||
{
|
||||
return (GetItemInSlot(INVENTORY_SLOT_RIGHTHAND,GetPCSpeaker())!=OBJECT_INVALID || GetItemInSlot(INVENTORY_SLOT_LEFTHAND,GetPCSpeaker())!=OBJECT_INVALID);
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user