24 lines
560 B
Plaintext
24 lines
560 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName at_029
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 29/04/2008 22:03:31
|
|
//:://////////////////////////////////////////////
|
|
void main()
|
|
{
|
|
|
|
object oBook = GetObjectByTag("dollcleave");
|
|
|
|
ActionGiveItem(oBook, GetPCSpeaker());
|
|
|
|
{
|
|
// Set the variables
|
|
SetLocalInt(GetPCSpeaker(), "Youhasbook1", 1);
|
|
|
|
}
|
|
// Set the variables
|
|
SetLocalInt(GetPCSpeaker(), "Youhasdoll", 1);
|
|
|
|
}
|