HoS_PRC8/_mod/_module/nss/seek_pgcd_500.nss

7 lines
163 B
Plaintext
Raw Permalink Normal View History

2024-11-25 19:36:07 -05:00
// gold 500 + permanent gate construction tool
void main()
{
SetLocalInt(OBJECT_SELF,"nGoldCost",500);
SetLocalString(OBJECT_SELF,"sSeek","rts_it_mag32");
}