PWE_PRC8/_module/nss/ats_sc_noselect.nss

11 lines
189 B
Plaintext
Raw Normal View History

2025-04-03 10:29:41 -04:00
#include "ats_inc_menu"
int StartingConditional()
{
object oPlayer = GetPCSpeaker();
if( ATS_GetMakeableCount(oPlayer) == 0 )
return TRUE;
else
return FALSE;
}