Files
Anphillia_PRC8/_module/nss/at_027.nss
Jaysyn904 28cdb617b3 Initial commit
Adding all of the current content for Anphillia Unlimited.
2024-01-04 07:49:38 -05:00

16 lines
482 B
Plaintext

//::///////////////////////////////////////////////
//:: FileName at_027
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 29/04/2008 21:57:49
//:://////////////////////////////////////////////
void main()
{
object oBook = GetObjectByTag("witchcraftvol1");
ActionGiveItem(oBook, GetPCSpeaker());
// Set the variables
SetLocalInt(GetPCSpeaker(), "YouhasBook", 1);
}