6 lines
75 B
Plaintext
6 lines
75 B
Plaintext
// set cost 20
|
|
void main()
|
|
{
|
|
SetLocalInt(GetPCSpeaker(),"nCost",20);
|
|
}
|