Lankhmar_PRC8/_module/nss/give_jlhskey1.nss

19 lines
262 B
Plaintext
Raw Normal View History

2025-04-03 12:54:47 -04:00
void main()
{
object oPC = GetPCSpeaker();
FadeToBlack(oPC);
// Give the speaker the items
CreateItemOnObject("jlhskey1", GetPCSpeaker(), 1);
// Set the variables
SetLocalInt(GetPCSpeaker(), "orill", 1);
FadeFromBlack(oPC);
}