14 lines
403 B
Plaintext
14 lines
403 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName at_029
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 3/19/2003 6:22:07 PM
|
|
//:://////////////////////////////////////////////
|
|
void main()
|
|
{
|
|
// Give the speaker the items
|
|
CreateItemOnObject("nw_it_sparscr004", GetPCSpeaker(), 1);
|
|
|
|
}
|