8 lines
170 B
Plaintext
8 lines
170 B
Plaintext
// Path 1
|
|
void main()
|
|
{
|
|
SetLocalInt(GetPCSpeaker(),"nMercPath",4);
|
|
SetLocalInt(GetPCSpeaker(),"nMercFee",1000);
|
|
SetCustomToken(90002,"Northern Monestary");
|
|
}
|