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