14 lines
400 B
Plaintext
14 lines
400 B
Plaintext
|
//::///////////////////////////////////////////////
|
||
|
//:: FileName at_sadv_ss
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:: Created By: Script Wizard
|
||
|
//:: Created On: 1/23/2004 5:20:24 PM
|
||
|
//:://////////////////////////////////////////////
|
||
|
void main()
|
||
|
{
|
||
|
// Give the speaker the items
|
||
|
CreateItemOnObject("rts_mw_ss", GetPCSpeaker(), 1);
|
||
|
|
||
|
}
|