HiddenTradition_PRC8/_module/nss/at_dyingtemp1.nss

12 lines
215 B
Plaintext
Raw Permalink Normal View History

#include "nw_i0_plot"
void main()
{
// Give the speaker the items
CreateItemOnObject("lettertogm", GetPCSpeaker(), 1);
// Set the variables
SetPLocalInt(GetPCSpeaker(), "DyingTemplarQuest", 1);
}