6 lines
73 B
Plaintext
6 lines
73 B
Plaintext
// gold 200
|
|
void main()
|
|
{
|
|
SetLocalInt(OBJECT_SELF,"nGoldCost",200);
|
|
}
|