LoD_PRC8/_module/nss/final_legend_not.nss

10 lines
150 B
Plaintext
Raw Normal View History

2023-09-21 21:20:34 -04:00
#include "final_legend_inc"
int StartingConditional()
{
int iResult;
iResult = !CheckExchangeItems(GetPCSpeaker(),0);
return iResult;
}