17 lines
476 B
Plaintext
17 lines
476 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName at_024
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 26/04/2008 15:13:27
|
|
//:://////////////////////////////////////////////
|
|
void main()
|
|
{
|
|
// Give the speaker the items
|
|
CreateItemOnObject("contraption", GetPCSpeaker(), 1);
|
|
|
|
// Set the variables
|
|
SetLocalInt(GetPCSpeaker(), "youwantscontraption", 1);
|
|
|
|
}
|