HoS_PRC8/_mod/_module/nss/merc_path1.nss

8 lines
174 B
Plaintext
Raw Permalink Normal View History

2024-11-25 19:36:07 -05:00
// Path 1
void main()
{
SetLocalInt(GetPCSpeaker(),"nMercPath",1);
SetLocalInt(GetPCSpeaker(),"nMercFee",100);
SetCustomToken(90002,"Woodsman's Trading Post");
}