PWE_PRC8/_module/nss/givebooktkan.nss
Jaysyn904 ee1dc35889 Initial Commit
Initial Commit
2025-04-03 10:29:41 -04:00

15 lines
458 B
Plaintext

//::///////////////////////////////////////////////
//:: 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);
}