MMD_PRC8/_module/nss/chk_has_intimida.nss
Jaysyn904 adeff59f82 Initial commit
Initial commit.
2024-08-02 23:18:00 -04:00

17 lines
458 B
Plaintext

//::///////////////////////////////////////////////
//:: FileName chk_has_persuade
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 2/18/2006 3:22:24 PM
//:://////////////////////////////////////////////
int StartingConditional()
{
// Inspect local variables
if(!(GetLocalInt(OBJECT_SELF, "hasint") != 1))
return FALSE;
return TRUE;
}