14 lines
401 B
Plaintext
14 lines
401 B
Plaintext
|
//::///////////////////////////////////////////////
|
||
|
//:: FileName rts_c_shd2
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:: Created By: Script Wizard
|
||
|
//:: Created On: 3/9/2003 7:20:31 PM
|
||
|
//:://////////////////////////////////////////////
|
||
|
void main()
|
||
|
{
|
||
|
// Give the speaker the items
|
||
|
CreateItemOnObject("rts_it_shd2", GetPCSpeaker(), 1);
|
||
|
|
||
|
}
|