14 lines
400 B
Plaintext
14 lines
400 B
Plaintext
|
//::///////////////////////////////////////////////
|
||
|
//:: FileName at_015
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:: Created By: Script Wizard
|
||
|
//:: Created On: 11.04.2007 10:49:50
|
||
|
//:://////////////////////////////////////////////
|
||
|
void main()
|
||
|
{
|
||
|
// Give the speaker the items
|
||
|
CreateItemOnObject("se_on_activate", GetPCSpeaker(), 1);
|
||
|
|
||
|
}
|