Alangara_PRC8/_module/nss/lk_complistgive.nss
Jaysyn904 86feb9ca6f Initial commit
Initial commit.
2024-06-05 21:21:06 -04:00

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);
}