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