14 lines
417 B
Plaintext
14 lines
417 B
Plaintext
|
//::///////////////////////////////////////////////
|
||
|
//:: FileName s_givelessersig2
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:: Created By: Script Wizard
|
||
|
//:: Created On: 4/2/2005 7:48:35 PM
|
||
|
//:://////////////////////////////////////////////
|
||
|
void main()
|
||
|
{
|
||
|
// Give the speaker the items
|
||
|
CreateItemOnObject("sha_lhouse_sig2", GetPCSpeaker(), 1);
|
||
|
|
||
|
}
|