17 lines
472 B
Plaintext
17 lines
472 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName at_031
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 11/05/2008 09:05:06
|
|
//:://////////////////////////////////////////////
|
|
void main()
|
|
{
|
|
// Give the speaker the items
|
|
CreateItemOnObject("doll", GetPCSpeaker(), 1);
|
|
|
|
// Set the variables
|
|
SetLocalInt(GetPCSpeaker(), "Youhasdoll", 1);
|
|
|
|
}
|