Jaysyn904 66a0a3e043 Initial commit
Initial commit.
2024-08-03 14:13:18 -04:00

21 lines
571 B
Plaintext

/////////////////////////////////////////////////////////
//
// Craftable Natural Resources (CNR) by Festyx
//
// Name: cnr_at_m_buy
//
// Desc: Changes to the merchant's buy menu page
//
// Author: David Bobeck 17Dec02
//
/////////////////////////////////////////////////////////
#include "cnr_merch_utils"
void main()
{
object oPC = GetPCSpeaker();
SetLocalString(oPC, "sCnrMenuType", "BUY");
SetLocalString(oPC, "sCnrCurrentMenu", "BUY"+GetTag(OBJECT_SELF));
SetLocalInt(oPC, "nCnrMenuPage", 0);
// the convo script will call "cnr_ta_m_buysell" next
}