Lankhmar_PRC8/_module/nss/give_gems.nss

11 lines
290 B
Plaintext
Raw Permalink Normal View History

2025-04-03 12:54:47 -04:00
void main()
{
// Give the speaker the items
CreateItemOnObject("nw_it_gem013", GetPCSpeaker(), 1);
CreateItemOnObject("nw_it_gem003", GetPCSpeaker(), 1);
CreateItemOnObject("nw_it_gem015", GetPCSpeaker(), 1);
CreateItemOnObject("amberglulditch", GetPCSpeaker(), 1);
}