7 lines
163 B
Plaintext
7 lines
163 B
Plaintext
|
// gold 500 + permanent gate construction tool
|
||
|
void main()
|
||
|
{
|
||
|
SetLocalInt(OBJECT_SELF,"nGoldCost",500);
|
||
|
SetLocalString(OBJECT_SELF,"sSeek","rts_it_mag32");
|
||
|
}
|