HoS_PRC8/_mod/_module/nss/seek_oppd_500.nss

7 lines
160 B
Plaintext
Raw Permalink Normal View History

2024-11-25 19:36:07 -05:00
// gold 500 + outer plane persuasion device
void main()
{
SetLocalInt(OBJECT_SELF,"nGoldCost",500);
SetLocalString(OBJECT_SELF,"sSeek","rts_it_mag31");
}