generated from Jaysyn/ModuleTemplate
Initial upload
Initial upload.
This commit is contained in:
7
_module/nss/vtw_armu.nss
Normal file
7
_module/nss/vtw_armu.nss
Normal file
@@ -0,0 +1,7 @@
|
||||
///show if left hand = undead
|
||||
|
||||
int StartingConditional()
|
||||
{
|
||||
if (GetCreatureBodyPart(CREATURE_PART_LEFT_HAND, GetPCSpeaker()) == CREATURE_MODEL_TYPE_UNDEAD) return TRUE;
|
||||
else return FALSE;
|
||||
}
|
Reference in New Issue
Block a user