generated from Jaysyn/ModuleTemplate
Initial commit
Initial commit
This commit is contained in:
17
_module/nss/res_good_cv.nss
Normal file
17
_module/nss/res_good_cv.nss
Normal file
@@ -0,0 +1,17 @@
|
||||
//::///////////////////////////////////////////////
|
||||
//:: 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;
|
||||
}
|
||||
Reference in New Issue
Block a user