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