Changed folder name.
Changed folder name.
This commit is contained in:
16
_module/nss/gc_is_broke.nss
Normal file
16
_module/nss/gc_is_broke.nss
Normal file
@@ -0,0 +1,16 @@
|
||||
//::///////////////////////////////////////////////
|
||||
//:: FileName gc_is_broke
|
||||
//:://////////////////////////////////////////////
|
||||
//:://////////////////////////////////////////////
|
||||
//:: Created By: Script Wizard
|
||||
//:: Created On: 9/11/2008 9:45:15 AM
|
||||
//:://////////////////////////////////////////////
|
||||
int StartingConditional()
|
||||
{
|
||||
|
||||
// Inspect local variables
|
||||
if((GetLocalInt(GetPCSpeaker(), "BROKE_JOKE") == 2))
|
||||
return TRUE;
|
||||
|
||||
return FALSE;
|
||||
}
|
Reference in New Issue
Block a user