17 lines
466 B
Plaintext
17 lines
466 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName at_021
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 26/04/2008 14:55:11
|
|
//:://////////////////////////////////////////////
|
|
void main()
|
|
{
|
|
// Give the speaker the items
|
|
CreateItemOnObject("dollcleave", GetPCSpeaker(), 1);
|
|
|
|
// Set the variables
|
|
SetLocalInt(GetPCSpeaker(), "Youhasdoll", 1);
|
|
|
|
}
|