Rune_PRC8/_module/nss/checkbanditqstat.nss

17 lines
471 B
Plaintext
Raw Permalink Normal View History

2024-09-13 09:10:39 -04:00
//::///////////////////////////////////////////////
//:: FileName checkbanditqstat
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 9.10.2005 21:59:59
//:://////////////////////////////////////////////
int StartingConditional()
{
// Inspect local variables
if(!(GetLocalInt(GetPCSpeaker(), "nBanditQuestStatus") == 1))
return FALSE;
return TRUE;
}