Files
Anphillia_PRC8/_module/nss/cnr_ta_r_prev.nss
Jaysyn904 28cdb617b3 Initial commit
Adding all of the current content for Anphillia Unlimited.
2024-01-04 07:49:38 -05:00

21 lines
432 B
Plaintext

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