HoS_PRC8/_mod/_module/nss/seek_pgcd_500.nss
Jaysyn904 04165202c0 Initial upload
Initial upload
2024-11-25 19:36:07 -05:00

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");
}