16 lines
482 B
Plaintext
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);
|
|
}
|