14 lines
411 B
Plaintext
14 lines
411 B
Plaintext
|
//::///////////////////////////////////////////////
|
||
|
//:: FileName lk_complistgive
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:: Created By: Script Wizard
|
||
|
//:: Created On: 30-10-2006 16:13:29
|
||
|
//:://////////////////////////////////////////////
|
||
|
void main()
|
||
|
{
|
||
|
// Give the speaker the items
|
||
|
CreateItemOnObject("lk_armourcomplis", GetPCSpeaker(), 1);
|
||
|
|
||
|
}
|