PWE_PRC8/_module/nss/givebooktkan.nss

15 lines
458 B
Plaintext
Raw Permalink Normal View History

2025-04-03 10:29:41 -04:00
//::///////////////////////////////////////////////
//:: FileName givebooktkan
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 6/29/2002 6:21:32 PM
//:://////////////////////////////////////////////
void main()
{
// Give the speaker the items
CreateItemOnObject("bookoftkan", GetPCSpeaker(), 1);
SetLocalInt(GetPCSpeaker(),"OnTkanQuest",1);
}