Rune_PRC8/_module/nss/res_good_cv.nss
Jaysyn904 d1c309ae63 Initial commit
Initial commit
2024-09-13 09:10:39 -04:00

18 lines
474 B
Plaintext

//::///////////////////////////////////////////////
//:: FileName res_evil_cv
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Dezran
//:: Created On: 3/17/2003 8:40:23 PM
//:://////////////////////////////////////////////
int StartingConditional()
{
object oPC = GetPCSpeaker();
// Inspect local variables
if(!(GetLocalInt(oPC, "Res_Align") == 3))
return FALSE;
return TRUE;
}