14 lines
408 B
Plaintext
14 lines
408 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName at_sadv_sentc
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 1/24/2004 3:50:25 PM
|
|
//:://////////////////////////////////////////////
|
|
void main()
|
|
{
|
|
// Give the speaker the items
|
|
CreateItemOnObject("rts_mw_sentmak", GetPCSpeaker(), 1);
|
|
|
|
}
|