HiddenTradition_PRC8/_module/nss/at_tunnelkeygive.nss
2024-06-20 15:47:42 -04:00

13 lines
253 B
Plaintext

#include "nw_i0_plot"
void main()
{
object oPC = GetPCSpeaker();
// Give the speaker the items
CreateItemOnObject("it_castlesupplies", oPC, 1);
CreateItemOnObject("it_tunnelkey", oPC, 1);
SetPLocalInt(oPC, "CastleSupplies", 1);
}