Rune_PRC8/_module/nss/checkbanditqsta2.nss

18 lines
472 B
Plaintext
Raw 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") == 2))
return FALSE;
return TRUE;
}