17 lines
463 B
Plaintext
17 lines
463 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName at_030
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 11/05/2008 08:59:47
|
|
//:://////////////////////////////////////////////
|
|
void main()
|
|
{
|
|
// Give the speaker the items
|
|
CreateItemOnObject("item021", GetPCSpeaker(), 1);
|
|
|
|
// Set the variables
|
|
SetLocalInt(GetPCSpeaker(), "YouhasBook", 1);
|
|
|
|
}
|