PWE_PRC8/_module/nss/tald_chek_kb1.nss
Jaysyn904 ee1dc35889 Initial Commit
Initial Commit
2025-04-03 10:29:41 -04:00

20 lines
493 B
Plaintext

//::///////////////////////////////////////////////
//:: FileName tald_chek_kb1
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 10/10/2002 6:31:43 PM
//:://////////////////////////////////////////////
#include "apts_inc_ptok"
int StartingConditional()
{
// Inspect local variables
if(!(GetTokenBool(GetPCSpeaker(), "kobold_staff") == 1))
return FALSE;
return TRUE;
}