15 lines
465 B
Plaintext
15 lines
465 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName at_sadv_lc
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 1/23/2004 5:29:49 PM
|
|
//:://////////////////////////////////////////////
|
|
void main()
|
|
{
|
|
// Give the speaker the items
|
|
CreateItemOnObject("rts_mw_lc", GetPCSpeaker(), 1);
|
|
CreateItemOnObject("rts_mw_bolt", GetPCSpeaker(), 99);
|
|
|
|
}
|