generated from Jaysyn/ModuleTemplate
Initial Commit
Initial Commit.
This commit is contained in:
12
_module/nss/con_if_male.nss
Normal file
12
_module/nss/con_if_male.nss
Normal file
@@ -0,0 +1,12 @@
|
||||
/* Generic NPC Greeting for Menzoberranzan NPCs
|
||||
By Zerak-Tul
|
||||
*/
|
||||
int StartingConditional()
|
||||
{
|
||||
|
||||
// Add the gender restrictions
|
||||
if(GetGender(GetPCSpeaker()) != GENDER_MALE)
|
||||
return FALSE;
|
||||
|
||||
return TRUE;
|
||||
}
|
||||
Reference in New Issue
Block a user