Shargast_PRC8/_module/Chapter 1/nss/cnr_ta_m_prev.nss
Jaysyn904 66a0a3e043 Initial commit
Initial commit.
2024-08-03 14:13:18 -04:00

21 lines
432 B
Plaintext

/////////////////////////////////////////////////////////
//
// Craftable Natural Resources (CNR) by Festyx
//
// Name: cnr_ta_m_prev
//
// Desc: Should the "Prev" menu item be shown.
//
// Author: David Bobeck 12Dec02
//
/////////////////////////////////////////////////////////
int StartingConditional()
{
object oPC = GetPCSpeaker();
if (GetLocalInt(oPC, "nCnrMenuPage") > 0)
{
return TRUE;
}
return FALSE;
}