HoS_PRC8/_mod/_module/nss/merc_path4.nss

8 lines
170 B
Plaintext
Raw Normal View History

2024-11-25 19:36:07 -05:00
// Path 1
void main()
{
SetLocalInt(GetPCSpeaker(),"nMercPath",4);
SetLocalInt(GetPCSpeaker(),"nMercFee",1000);
SetCustomToken(90002,"Northern Monestary");
}