8 lines
175 B
Plaintext
8 lines
175 B
Plaintext
|
// Path 1
|
||
|
void main()
|
||
|
{
|
||
|
SetLocalInt(GetPCSpeaker(),"nMercPath",3);
|
||
|
SetLocalInt(GetPCSpeaker(),"nMercFee",500);
|
||
|
SetCustomToken(90002,"oasis of southern desert");
|
||
|
}
|