generated from Jaysyn/ModuleTemplate
Initial Commit
Initial Commit.
This commit is contained in:
15
_module/nss/chkfaykin.nss
Normal file
15
_module/nss/chkfaykin.nss
Normal file
@@ -0,0 +1,15 @@
|
||||
//::///////////////////////////////////////////////
|
||||
//:: FileName chkfaykin
|
||||
//:://////////////////////////////////////////////
|
||||
//:://////////////////////////////////////////////
|
||||
//:: Created By: Script Wizard
|
||||
//:: Created On: 4/3/06 3:56:51 AM
|
||||
//:://////////////////////////////////////////////
|
||||
#include "prc_inc_racial"
|
||||
|
||||
int StartingConditional()
|
||||
{
|
||||
int nRace = MyPRCGetRacialType(GetPCSpeaker());
|
||||
return (nRace == RACIAL_TYPE_ELF || nRace == RACIAL_TYPE_GNOME || nRace == RACIAL_TYPE_FEY);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user