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

11 lines
189 B
Plaintext

#include "ats_inc_menu"
int StartingConditional()
{
object oPlayer = GetPCSpeaker();
if( ATS_GetMakeableCount(oPlayer) == 0 )
return TRUE;
else
return FALSE;
}